RESOLVED FIXED 97555
SuggestionPicker should support rtl
https://bugs.webkit.org/show_bug.cgi?id=97555
Summary SuggestionPicker should support rtl
Keishi Hattori
Reported 2012-09-25 05:02:06 PDT
SuggestionPicker needs to support rtl
Attachments
Patch (35.74 KB, patch)
2012-09-25 06:36 PDT, Keishi Hattori
no flags
Patch (37.56 KB, patch)
2012-09-26 22:22 PDT, Keishi Hattori
no flags
Patch (37.41 KB, patch)
2012-09-26 23:03 PDT, Keishi Hattori
no flags
Patch (37.42 KB, patch)
2012-09-26 23:37 PDT, Keishi Hattori
no flags
Keishi Hattori
Comment 1 2012-09-25 06:36:53 PDT
Kent Tamura
Comment 2 2012-09-25 20:03:50 PDT
Comment on attachment 165602 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=165602&action=review > LayoutTests/ChangeLog:9 > + * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added. Does this result match to your expectation? The content of the popup looks not RTL, and looks same with date-suggestion-picker-appearance-expected.png in Bug 97551.
Keishi Hattori
Comment 3 2012-09-26 22:22:37 PDT
Kent Tamura
Comment 4 2012-09-26 22:33:20 PDT
Comment on attachment 165927 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=165927&action=review > Source/WebCore/platform/DateTimeChooser.h:50 > + bool isValueRTL; "value" sounds this represents the direction of each of <option> values. isAnchorElementRTL ? > LayoutTests/ChangeLog:10 > + * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: Added. The content of the popup still looks LTR.
Keishi Hattori
Comment 5 2012-09-26 23:03:03 PDT
Kent Tamura
Comment 6 2012-09-26 23:09:33 PDT
(In reply to comment #5) > Created an attachment (id=165933) [details] > Patch What's wrong with the previous patch?
Kent Tamura
Comment 7 2012-09-26 23:18:07 PDT
Comment on attachment 165933 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=165933&action=review > Source/WebCore/ChangeLog:8 > + Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!). OOPS! > LayoutTests/ChangeLog:8 > + Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!). OOPS!
Keishi Hattori
Comment 8 2012-09-26 23:37:31 PDT
Keishi Hattori
Comment 9 2012-09-26 23:42:52 PDT
(In reply to comment #6) > (In reply to comment #5) > > Created an attachment (id=165933) [details] [details] > > Patch > > What's wrong with the previous patch? I renamed to isAnchorElementRTL. And I changed the test to set rtl to the body because that is more common and we can align popup position to the right in the future.
Kent Tamura
Comment 10 2012-09-26 23:45:26 PDT
(In reply to comment #9) > I renamed to isAnchorElementRTL. And I changed the test to set rtl to the body because that is more common and we can align popup position to the right in the future. They shouldn't affect the direction of the popup content. Why was it corrected?
Keishi Hattori
Comment 11 2012-09-26 23:57:26 PDT
(In reply to comment #10) > (In reply to comment #9) > > I renamed to isAnchorElementRTL. And I changed the test to set rtl to the body because that is more common and we can align popup position to the right in the future. > > They shouldn't affect the direction of the popup content. Why was it corrected? I forgot to reset the expected image in the previous patch(165927).
Kent Tamura
Comment 12 2012-09-26 23:59:23 PDT
(In reply to comment #11) > I forgot to reset the expected image in the previous patch(165927). I see. I recommend you explain difference from the previous patch when you post a new patch. Silent update confuses reviewers.
Kent Tamura
Comment 13 2012-09-27 00:00:02 PDT
Comment on attachment 165938 [details] Patch ok
WebKit Review Bot
Comment 14 2012-09-27 01:17:09 PDT
Comment on attachment 165938 [details] Patch Clearing flags on attachment: 165938 Committed r129738: <http://trac.webkit.org/changeset/129738>
WebKit Review Bot
Comment 15 2012-09-27 01:17:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.