Closed
Bug 310710
Opened 19 years ago
Closed 19 years ago
text is cut off in xul trees when interface is RTL
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 306990
People
(Reporter: linxspider, Assigned: janv)
References
Details
(Keywords: regression, rtl)
when the interface direction is RTL, the text inside xul trees gets cut off.
to reproduce:
1. add the following code to the userChrome.css file (inside the chrome
directory under the user profile), in order to change the UI to RTL.
window,dialog,page,wizard { direction: rtl !important; }
2. go to Help->Help contents. the text is cut off in the sidebar.
this can be reproduced in Thunderbird, by adding the above code to the
userChrome.css file inside the Thunderbird profile, and opening Tools->Account
Settings.
tracking the dates, it seems the bug is a regression of Bug 212789
Updated•19 years ago
|
Summary: text is cut off in xul trees when intreface is RTL → text is cut off in xul trees when interface is RTL
Comment 1•19 years ago
|
||
This is a duplicate of #306990, it's just more visible. In #306990 the scrollbar
on the right covers up the nasty looking junk. But the problem is the same.
Comment 2•19 years ago
|
||
The patch on #306990 fixes this. It it is in fact, a dup.
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 306990 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 4•17 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.trees → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•