[Webkit-unassigned] [Bug 24270] New: Wrong positioning of context menu at the end of the screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 1 02:04:52 PST 2009


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

           Summary: Wrong positioning of context menu at the end of the
                    screen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: enrico.troeger at uvena.de


On GTK, the context menu of WebKit is wrongly positioned when the browser
window is near the bottom of the screen. Instead of showing the menu above the
mouse cursor, the context menu is shown below and since there is no room to
display it, GTK shrinks the menu height (and adds scroll arrows to access non
visible menu items).

See the attached screenshots.

The attached patch simply removes the positioning function for the context menu
and let GTK position the menu. This works fine here however I guess there was a
reason for the custom position function.


-- 
Configure bugmail: https://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