Opened 11 years ago
Closed 8 years ago
#11421 closed defect (fixed)
Select: drop down mis-positioned when drop down causes window scrollbar to appear (RTL mode)
Reported by: | milad | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit - Form | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
hi all similar #10581 when body dir="rtl" and the drop down list longer than browser size. browser get scroll,drop down list does not scroll and list is mis-positioned.
Attachments (1)
Change History (5)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.5 → 1.6 |
Owner: | set to bill |
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.6 → future |
Summary: | Select: drop down is mis-positioned → Select: drop down mis-positioned when drop down causes window scrollbar to appear (RTL mode) |
OK, the problem only happens when:
- RTL mode
- opening the drop down causes the scrollbar to appear
At that point the Select shifts by the width of the scrollbar (15 or 20px) causing the misalignment.
You can workaround this by specifying a maxHeight (ex: maxHeight="200") for the drop down, so that the browser window doesn't get a scrollbar. That's probably a better design for your page anyway.
Not sure this is even worth fixing, although IIRC we addressed this issue for FilteringSelect.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:4 Changed 8 years ago by
Milestone: | future → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Actually, this was fixed in 1.6. Not sure which commit.
I can work on this although probably not for 1.5.