UNCONFIRMED Bug 52503
Drop down popup menu displayed is distorted.
https://bugs.webkit.org/show_bug.cgi?id=52503
Summary Drop down popup menu displayed is distorted.
Paanky
Reported 2011-01-14 18:44:13 PST
Drop down popup menus displayed in WebKitGTK are distorted. I have tested this with GTK+-2.12.9 revision. I found that when we let GTK handle the height and position of the drop down popup menus the problem is happening. So I have tried to calculate the height and position of the GtkMenu within WebKit itself rather then letting GTK decide. I am also attaching the screenshot(gtk_popup_menu_issue.png) of the popup menu displayed in GtkLauncher for better understanding of the issue. I have done a small fix(popup_menu_gtk_size_position_issue_fix.diff) for this issue hence will shortly submit that.
Attachments
Issue screenshot. (deleted)
2011-01-14 18:46 PST, Paanky
no flags
Proposed fix for this issue. (2.52 KB, patch)
2011-01-14 19:38 PST, Paanky
no flags
Paanky
Comment 1 2011-01-14 18:46:09 PST
Created attachment 79046 [details] Issue screenshot. Issue screenshot.
Paanky
Comment 2 2011-01-14 19:06:26 PST
Steps to reproduce the issue: Fetch the above page (or any page having drop down menus like <select> <option>....</option></select>. Click in the select box Country/region or State.
Paanky
Comment 3 2011-01-14 19:35:13 PST
I have tested this patch(fix_for_drop_dowm_popup_menu_distortation_issue.patch) with webkit-1.3.8 revision and generated relative to latest repository.
Paanky
Comment 4 2011-01-14 19:38:54 PST
Created attachment 79047 [details] Proposed fix for this issue.
Note You need to log in before you can comment on or make changes to this bug.