Inconsistent Results

akayani - September 25, 2007 - 15:58
Project:sIFR
Version:5.x-1.2
Component:User interface
Category:support request
Priority:minor
Assigned:Unassigned
Status:closed
Description

I've implemented sIFR on 3 sites now. And I'm getting some really inconsistent results.

It consistently fails to provide the correct mouse pointer on collapsible blocks. On the PC while I see the "I" cursor the blocks work, however on the Mac the block, sometimes on some machines fail to expand (all using Firefox).

If anyone knows some code tricks for the above I'm all ears.

On one site where I have Nice Menus at the top flowing down it works perfectly on another the sIFR text sits over the menu items.

On another where titles are links or on some long titles I loose the last letter, if I switch underline on I get a space beyond the last character underlined.

So I was wondering if any of the above rang a bell with anyone and when we might see a new version to match the current sIRF3. I'm kewl to beta test it. ;)

Yani

#1

sun - September 25, 2007 - 16:25
Component:Miscellaneous» User interface
Priority:normal» minor
Status:active» postponed (maintainer needs more info)

Without some links to the mentioned sites, noone is able to support you.
However, I don't have a Mac, so I will not be able to review and test your sites.

..., if I switch underline on I get a space beyond the last character underlined.

This is certainly because your theme outputs whitespace around the heading, i.e.

bad:
<h1>    My heading text    </h1>

good:
<h1>My heading text</h1>

sIFR 3 support will be handled by Dynamic Rendering module, the successor module of sIFR. Patches are always welcome.

#2

akayani - September 29, 2007 - 06:33

Thanks I'll look into the space issue and have a look at the other module, see where I'm at and get back to you.

Yani

PS: There is no Macintrash here!

#3

sun - September 29, 2007 - 19:17
Status:postponed (maintainer needs more info)» fixed

Feel free to re-open this issue if you have further questions.

#4

Anonymous - October 13, 2007 - 19:21
Status:fixed» closed

#5

akayani - October 22, 2007 - 13:13

No I'm still working on it just got distracted by other jobs.

<?php
print $block->subject;
?>

That's essentially the format of all print statements in the template and I can't see any extra spaces in Firefox.

This is my much about site... http://imagonullius.com/blog/

There are 2 issues here first off. The underline going past the end of the line and the failure to get a cursor change in the side boxes. They might be using a collapse box module.

See what you think. From memory I've tried different fonts with the same outcome.

Yani

#6

akayani - October 22, 2007 - 13:27

There is a couple of other issues.

Drupal tabs not moving over for text but moving over in HTML text.

And when you click the links on the front page in Firefox at least it opens the link on a new page tab.

Yani

 
 

Drupal is a registered trademark of Dries Buytaert.