#13636 closed defect (fixed)
[regression] tooltips misplaced in Firefox in RTL
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6.2 |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | susheel_ahuja | |
Blocked By: | Blocking: |
Description
Starting with [23866], tooltips for Firefox in RTL seem to be hugely misplaced. This affects 1.6 and 1.7. Run
dijit/tests/form/test_validate.html?dir=rtl
in Firefox 3.6 and enter something invalid in the elevation field.
Change History (7)
comment:1 Changed 10 years ago by
Cc: | susheel_ahuja added |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Good catch, looks like firefox has issues setting style="right: 123" if you don't explicitly set left: auto. I checked in a workaround.
Although IE is working perfectly, chrome / safari / FF misalign each drop down by about 20px. I thought it was the scrollbar being on the right instead of the left, but I checked and the problem is also happening on opera on a real RTL machine, were the scrollbar is on the left. So, better than before but still not perfect.
comment:5 follow-up: 6 Changed 9 years ago by
Milestone: | 1.7 → 1.6.2 |
---|
comment:6 Changed 9 years ago by
Bill,
For this any workaround possible in dojo 1.6 ? Thanks, Mahesh
comment:7 Changed 9 years ago by
I can't think of a workaround, I'd suggest just getting the latest code from the 1.6 branch, or at least place.js.
In [26167]: