[Webkit-unassigned] [Bug 22968] New: Context menu rendering error when full page zoomed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 22 12:28:18 PST 2008


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

           Summary: Context menu rendering error when full page zoomed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jroesslein at gmail.com


The right click context menu is not rendered in the right position when full
page zoom is in use. Also the incorrect context menu type (link, image, etc) is
incorrect. 

Cause of the issue is due to lack of transformation to account for the page
zoom. By transforming the context menu's point, this issue is resolved.

This is an upstream issue from Chromium -->
http://code.google.com/p/chromium/issues/detail?id=3474

I have been working on resolving this issue in chrome, but have determined that
this should be an upstreamed patch to webkit.

Patch --> http://codereview.chromium.org/16204/show

Currently I have fixed the issue in our glue layer between webkit and chrome.
I feel this should be moved into the
ContextMenuController::handleContextMenuEvent method instead.


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