[Webkit-unassigned] [Bug 31448] New: Menu button shows wrong content in Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 16:45:37 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31448

           Summary: Menu button shows wrong content in Chromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: estade at chromium.org


behavior on IE8: if a node (such as a link) has focus, the menu button shows a
context menu in the top left of the screen. The contents of the menu are
relevant to the focused node.

behavior on firefox 3 win and linux: if a node (such as a link) has focus, the
menu button shows a context menu at the node's location. The contents of the
menu are relevant to the focused node.

behavior on chrome windows and linux: if a node (such as a link) has focus, the
menu button shows a context menu in the top left of the screen. The contents of
the menu are relevant to whatever node is at the top left of the screen. (Note
that if a text area has focus, the context menu will be relevant to the
text---this patch doesn't change that behavior.)

behavior on chrome with this patch: matches firefox

p.s. there needs to be a WebKit Chromium component option in this bug tracker

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



More information about the webkit-unassigned mailing list