Bug 50576 - REGRESSION (r70546): script-controlled autocomplete popup shows up in the wrong place on RTL page
Summary: REGRESSION (r70546): script-controlled autocomplete popup shows up in the wro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL: http://www.d.co.il/33655090/35840/
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 11:23 PST by James Robinson
Modified: 2010-12-08 10:31 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.32 KB, patch)
2010-12-06 20:55 PST, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (80.79 KB, patch)
2010-12-08 10:19 PST, Dave Hyatt
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2010-12-06 11:23:06 PST
The URL in the bug description renders incorrectly after r70546 - when typing in the entry field, the javascript-positioned autocomplete shows up in the wrong place.  See http://crbug.com/62451 for more details.  The popup positioning logic appears to be in http://www.d.co.il/Hebrew/scripts/acXml.js.
Comment 1 Dave Hyatt 2010-12-06 20:55:16 PST
Created attachment 75783 [details]
Patch

Fix RTL positioning.  It never worked.
Comment 2 James Robinson 2010-12-06 21:26:42 PST
It's hilarious (in a sad clown kind of way) that this patch doesn't change any layout test results.  We need some regression tests for this.
Comment 3 Dave Hyatt 2010-12-08 10:19:56 PST
Created attachment 75923 [details]
Patch
Comment 4 Dave Hyatt 2010-12-08 10:31:43 PST
Fixed in r73531.