RESOLVED FIXED 10935
REGRESSION: file upload control with direction:rtl or text-align:right draws button on top of filename/icon
https://bugs.webkit.org/show_bug.cgi?id=10935
Summary REGRESSION: file upload control with direction:rtl or text-align:right draws ...
mitz
Reported 2006-09-19 11:08:30 PDT
When the direction property is set to rtl, the new file upload control aligns the button with the right edge of the control, which is arguably an improvement, but the filename and icon are positioned in a way that doesn't make sense, and are obscured by the button. Setting text-align to right or center also results in the filename being obscured by the button.
Attachments
Fix and new layout test (42.18 KB, patch)
2006-09-19 23:17 PDT, Adam Roben (:aroben)
adele: review+
Adam Roben (:aroben)
Comment 1 2006-09-19 23:17:00 PDT
Created attachment 10661 [details] Fix and new layout test This patch fixes the positioning of the filename and icon in RTL layout, and forces text-align to match direction. It also adds a new layout test.
Adam Roben (:aroben)
Comment 2 2006-09-20 11:17:17 PDT
Mitz has verified the fix. Closing.
Adam Roben (:aroben)
Comment 3 2006-09-20 11:34:40 PDT
Landed as r16472, btw.
Note You need to log in before you can comment on or make changes to this bug.