[Webkit-unassigned] [Bug 16591] New: hover issue with menus at www.multicians.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 23 15:33:22 PST 2007


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

           Summary: hover issue with menus at www.multicians.org
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Macintosh
               URL: http://www.multicians.org/
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thvv-wkb at multicians.org


Hovering over "Artifacts" and "Stories" correctly reveals a menu, but hovering
over the menu lines does not reveal a second level menu, as it does in Safari 2
and Firefox.

The second level menus have display: none but are supposed to change to
display: block when hovered, e.g.
     #headpagenavbox td:hover ul,
     #headpagenavbox tr li:hover ul,
     #headpagenavbox tr li a:hover ul,
     #headpagenavbox tr ul li:hover ul,
     #headpagenavbox tr ul ul li:hover ul,
     #headpagenavbox tr ul ul ul li:hover ul{display:block;}


-- 
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