[Webkit-unassigned] [Bug 168793] Web Inspector: RTL: navigation sidebar text overflows on left side (per RTL context), but resource names are LTR
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 10 21:10:59 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=168793
Matt Baker <mattbaker at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mattbaker at apple.com
--- Comment #1 from Matt Baker <mattbaker at apple.com> ---
(In reply to comment #0)
> Created attachment 302555 [details]
> SCREENSHOT
>
> Problems:
>
> - ellipsis on left side of text is prepended to the resource
> - subtitle with origin text should be overflowed before the resource name
>
> For the first, we should override the dir attribute for these labels so that
> ellipsis appear on the right side of text. I think it should still be
> possible to right align them.
> For the second, we should double-check that the separator used for this is
> localizable so RTL languages can swap the order of the title and subtitle.
> Or, we could do it manually if this is ambiguous.
I have a patch that resolves the second issue. Elements will flow their contents according the current direction as long as the children are inline-block.
With only minor CSS tweaks our GeneralTreeElement class works great in RTL!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170311/6c634330/attachment.html>
More information about the webkit-unassigned
mailing list