#19033 closed defect (fixed)
dojox IndicatorElement is not working properly when has('dojo-bidi') is true.
Reported by: | bmaier | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.9.12 |
Component: | Charting | Version: | 1.12.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Thiscode, inverts the indicator element whenever has('dojo-bidi') is true, but when the chart is not RTL it should not. When the chart is RTl, the chart is already being inverted so this flips it back to being incorrect. The latter behavior can be seen in one of the test pages, and if you set has('dojo-bidi') to true on the normal mouse indicator test page you can see the issue there as well.
This code was originally introduced as a fix for RTL support, so I'm a little concerned that it fixed a scenario I'm not seeing. But as far as I can tell, it seems to break it in either case.
Attachments (1)
Change History (8)
Changed 4 years ago by
Attachment: | twoIndicators.png added |
---|
comment:1 Changed 4 years ago by
comment:3 Changed 4 years ago by
Owner: | set to dylans <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In 1d4bf81/dojox:
comment:7 Changed 4 years ago by
Milestone: | tbd → 1.9.12 |
---|---|
Priority: | undecided → high |
Note: See
TracTickets for help on using
tickets.
The code was originally intended to fix an issue where two indicators appear on a chart, but as can be seen in the screenshot that issue can still be reproduced in some circumstances with the fix, which also causes this issue.