Bug 53913

Summary: TextBox resizing in wrong corner for RTL layouts
Product: WebKit Reporter: Rodrigo Chandia <rchandia>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hyatt, jamesr, mitz, playmobil, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
URL: http://gwt.google.com/samples/Showcase/Showcase.html?locale=ar#!CwBidiInput
Attachments:
Description Flags
TextBox in RTL showing resizing problem none

Rodrigo Chandia
Reported 2011-02-07 06:35:36 PST
Created attachment 81467 [details] TextBox in RTL showing resizing problem In RTL layouts TextBoxes show a resizing corner in the bottom-right corner. Surprisingly, trying to resize the text box in this situation causes the left size to move. Tested in Latest Safari 5.0.3 (6533.19.4) and google-chrome (10.0.648.18 dev and 9.0.597.84 beta).
Attachments
TextBox in RTL showing resizing problem (93 bytes, text/html)
2011-02-07 06:35 PST, Rodrigo Chandia
no flags
James Robinson
Comment 1 2011-02-07 11:39:09 PST
That is pretty funny, actually. Adding some BiDi experts - I'm not too familiar with how the resize corner works. Do we know if this is a regression or if it's "always" been broken?
Jeremy Moskovich
Comment 2 2011-02-07 11:46:59 PST
*** This bug has been marked as a duplicate of bug 9223 ***
mitz
Comment 3 2011-02-07 11:47:17 PST
This is not a regression nor is it related to bidirectionality. Bottom-right resizing works best when to top-left corner is fixed. Center- and right-alignment as well as other layout constructs make the position of the top-left corner depend on the dimensions.
Note You need to log in before you can comment on or make changes to this bug.