Opened 15 years ago
Closed 15 years ago
#4228 closed defect (fixed)
[patch]Dropdown positioning wrong in RTL mode
Reported by: | bill | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 0.9 |
Keywords: | bidi | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
In themeTester.html?test-bidi click the arrow for the Save ComboButton?. Drop down is not aligned with button
Attachments (1)
Change History (9)
comment:1 Changed 15 years ago by
Cc: | [email protected]… added |
---|
comment:2 Changed 15 years ago by
Keywords: | bidi added |
---|
comment:3 Changed 15 years ago by
Milestone: | → 1.1 |
---|
comment:4 Changed 15 years ago by
This may be caused by #5244 although that's an IE6 bug and this is a FF bug.
comment:5 Changed 15 years ago by
Cc: | [email protected]… added; [email protected]… removed |
---|
comment:6 Changed 15 years ago by
Summary: | Dropdown positioning wrong in RTL mode → [patch]Dropdown positioning wrong in RTL mode |
---|
Changed 15 years ago by
Attachment: | 4228-11767.patch added |
---|
patch from Wei Huang and Ling Luo (IBM, CCLA)
comment:8 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Notes from Justin Yin (IBM): This defect only happens in Firefox. It is caused by the left-side scrollbar of the button's container. The code for FF in the dojo._abs function only sums all ancestor's "scrollLeft" for the absolute "left" value without considering the left-side scrollbar's width which is not included in "scrollLeft" but is counted in "left". This is really a hard one to be fixed. It seems very difficult to count all left-side scrollbar's width in Firefox.