Changes between Initial Version and Version 1 of Ticket #15942, comment 4
- Timestamp:
- Nov 8, 2012, 12:58:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15942, comment 4
initial v1 2 2 3 3 - There's no need to list the color in the RTL files; it's better to just reset the border width. Then if users customize the theme they only have to change the color in one place. 4 - I see there's no dijitProgressBarRtl class so you worked around that in the RTL file, but not perfectly, because a {{{new ProgressBar({dir: rtl})}}} will not render correctly.4 - I see there's no dijitProgressBarRtl class so you worked around that in the RTL file, but not perfectly, because a {{{new ProgressBar({dir: "ltr"})}}} inside of an RTL page will incorrectly switch to RTL style.