[Webkit-unassigned] [Bug 13989] Drop-down menus in navigation bar do not appear when clicked on WebFX site

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 7 04:42:09 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13989


info at satzansatz.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |info at satzansatz.de




------- Comment #1 from info at satzansatz.de  2007-07-07 04:42 PDT -------

The XMenu 1.12 (xmenu.js) used here is "designed to work in Internet Explorer,
Mozilla and Opera." [http://webfx.eae.net/dhtml/xmenu/xmenu.html] 

The browser sniffing does not handle Safari at all.

The menu works on hover by telling that the UA is Mozilla 

Line44: var moz = true; // others set to false in Line 39-46

in combination with
Line76: webfxMenuUseHover = true; // see "Opera Focus Bug" in the documentation

According to the documentation,
"The menu system uses the events onfocus and onfocus to show and hide the
menus. ... Opera does however not support focus on anchors so to get the menus
to work in Opera the hover mode is used."

Don't know if Safari would support these focus-operations, but at least on
hover, it works with the changes.

Tested with the download http://webfx.eae.net/download/xmenu112.zip


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list