#8948 closed defect (fixed)
popup code should also try aligning right sides of drop down and around node
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.0b3 |
Keywords: | Cc: | dante, Adam Peller, Becky Gibson | |
Blocked By: | Blocking: |
Description
If the around-node is on the right side of the screen, and the drop-down menu etc. is wider than the around node, the current code will fail because the default search path doesn't include TR: BR and BR: TR.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
(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.)
Note: See
TracTickets for help on using
tickets.
(In [17413]) When aligning left sides of around node and drop-down causes drop-down to go off the right edge of the viewport, align left sides instead.
Also fixed RTL mode so that by default right sides are aligned.
Fixes #8948 !strict.