#10676 closed defect (fixed)
[regression]popup not aligned in rtl
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4.2 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | Dustin Machi, Douglas Hays | |
Blocked By: | Blocking: |
Description (last modified by )
Attachments (1)
Change History (6)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
I also tested http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/themeTester.html?dir=rtl in safari and rtl is causing other problems there. They main layout container works, but the tab buttons/tabs don't show up.
comment:3 Changed 11 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
Looks like the same problem as [21108] but for Date/TimeTextBox?. I'll fix.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [21343]) Fix alignment of drop down for DateTextBox/TimeTextBox in RTL mode. Fixes #10676, refs #8948 !strict.
Could also move the marginBox() call (to set drop down width) before the call to dijit.popup.open(), but I've found setting a DOMNode size and then immediately querying the size to be unreliable on some browsers. (dijit.popup.open() queries the drop down size.)
DateTextBox? from themeTester.html?dir=rtl