Inconsistent Results
| Project: | sIFR |
| Version: | 5.x-1.2 |
| Component: | User interface |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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
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.
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
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
Feel free to re-open this issue if you have further questions.
#4
#5
No I'm still working on it just got distracted by other jobs.
<?phpprint $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
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