Closed
Bug 436635
Opened 17 years ago
Closed 15 years ago
Menus do not update their layout when their direction is changed
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: kliu, Assigned: ehsan.akhgari)
References
Details
(Keywords: rtl)
Attachments
(1 file)
1.14 KB,
application/vnd.mozilla.xul+xml
|
Details |
When a menu item's direction is changed (LTR->RTL or vice-versa), the menu item's layout does not change (i.e., the .menu-left element still remains laid out on the left instead of moving to the right).
* If a menu has not been opened prior to the direction change, there is no problem. This is only a problem if the menu item has already been laid out prior to the change.
* In some cases, such as the opening of a submenu, the layout gets updated and the problem corrects itself for that particular item.
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: xptoolkit.menus → xptoolkit.widgets
The same problem is with Web Search: gray text
(Wikipedia(en
is located on the right of the textbox.
Comment 2•15 years ago
|
||
This was fixed in the range http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=8d52e3b68ca6&tochange=7b396ca54953, presumably by bug 581536
Assignee: nobody → ehsan
Status: NEW → RESOLVED
Closed: 15 years ago
Depends on: 581536
Resolution: --- → FIXED
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> This was fixed in the range
> http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=8d52e3b68ca6&tochange=7b396ca54953,
> presumably by bug 581536
Wonderful!
You need to log in
before you can comment on or make changes to this bug.
Description
•