Closed (fixed)
Project:
Nice Menus
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2008 at 16:40 UTC
Updated:
29 Aug 2008 at 11:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
wuf31 commentedThis one works ok for me.
Though I've a speed problem with IE7, terribly slow respond time.
Wonder if it's just me?
Comment #2
add1sun commentedThe patched versions work fine for me in IE7 so I dunno what has caused the issue for you.
@wuf31, well if the browser sniffing thingy in the JS is not filtering IE7 out properly then you might be getting the IE7/JS woes. That is a separate issue though.
Comment #3
add1sun commentedAlso, which theme? Does this also happen in core themes?
Comment #4
edward.peters commentedWe finally got to the bottom of this. There was a comment line at the start of the page template which was the offender. It seems that content before the doctype triggers 'quirks mode' in the web browser, causing it to be rendered differently. I am sure you experts know this! I am just mentioning it here for the record in case other amateurs like me run into this kind of problem.
But thanks as always for responding to the issue.
Comment #5
edward.peters commented