Opened 11 years ago
Closed 5 years ago
#11245 closed defect (patchwelcome)
ColorPicker percentage does not observe cultural conventions
Reported by: | Adam Peller | Owned by: | dante |
---|---|---|---|
Priority: | low | Milestone: | 1.13 |
Component: | Dojox | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The % symbol is displayed in the wrong location on the Color Picker in Turkish in dojo 1.4. It should appear before the number e.g. %43
The "%" symbol is currently fixed in position as part of the template. Perhaps the same apples to the degree symbol.
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
that would be one way to fix it, but unfortunately it would drag in dijit.form and it's probably only necessary for the ones involving percent. Or perhaps we could just use dojo.number somehow
comment:3 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
should the inputs be localized/numberformatted dijit.textboxes?