RESOLVED FIXED 168723
Web Inspector: RTL: add FindBanner support for RTL layout
https://bugs.webkit.org/show_bug.cgi?id=168723
Summary Web Inspector: RTL: add FindBanner support for RTL layout
Blaze Burg
Reported 2017-02-22 06:36:15 PST
Created attachment 302394 [details] SCREENSHOT - ToT (RTL) It's messed up.
Attachments
SCREENSHOT - ToT (RTL) (35.02 KB, image/png)
2017-02-22 06:36 PST, Blaze Burg
no flags
Console Find Banner (LTR) (31.84 KB, image/png)
2017-02-22 06:37 PST, Blaze Burg
no flags
Console Find Banner (RTL) (32.38 KB, image/png)
2017-02-22 06:37 PST, Blaze Burg
no flags
Resources Tab Find Banner (LTR) (56.77 KB, image/png)
2017-02-22 06:38 PST, Blaze Burg
no flags
Resources Tab Find Banner (RTL) (141.83 KB, image/png)
2017-02-22 06:38 PST, Blaze Burg
no flags
Patch (15.81 KB, patch)
2017-02-22 07:11 PST, Blaze Burg
timothy: review+
Blaze Burg
Comment 1 2017-02-22 06:37:02 PST
Created attachment 302395 [details] Console Find Banner (LTR)
Blaze Burg
Comment 2 2017-02-22 06:37:27 PST
Created attachment 302396 [details] Console Find Banner (RTL)
Blaze Burg
Comment 3 2017-02-22 06:38:26 PST
Created attachment 302397 [details] Resources Tab Find Banner (LTR)
Blaze Burg
Comment 4 2017-02-22 06:38:45 PST
Created attachment 302398 [details] Resources Tab Find Banner (RTL)
Blaze Burg
Comment 5 2017-02-22 06:41:01 PST
To Test: - Cmd-F in {console, resource} tab => should pop up the find banner with correct layout => Clicking on each button should NOT change styling => Can enter search text into field => Search results label is positioned correctly => Border styles look right when window is active or inactive
Blaze Burg
Comment 6 2017-02-22 07:11:49 PST
Blaze Burg
Comment 7 2017-02-22 13:04:33 PST
Blaze Burg
Comment 8 2017-02-22 13:04:44 PST
*** Bug 168279 has been marked as a duplicate of this bug. ***
Devin Rousso
Comment 9 2017-02-23 15:44:07 PST
Comment on attachment 302399 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=302399&action=review > Source/WebInspectorUI/UserInterface/Views/FindBanner.css:100 > + --find-banner-search-box-border-radius-end: 0; I think you could simplify this by just having a single `border-radius: 0;` in this rule and then only setting the ones that are needed with `--find-banner-search-box-border-radius-start`. > Source/WebInspectorUI/UserInterface/Views/FindBanner.css:265 > + --console-find-banner-search-box-border-radius-end: 0; Ditto.
Timothy Hatcher
Comment 10 2017-03-09 09:14:15 PST
Comment on attachment 302399 [details] Patch Should the whole content of the bar be right aligned in RTL too?
Blaze Burg
Comment 11 2017-03-16 10:20:00 PDT
Note You need to log in before you can comment on or make changes to this bug.