Changes between Initial Version and Version 2 of Ticket #13100
- Timestamp:
- Jan 26, 2012, 11:39:03 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13100
-
Property
Status
changed from
new
toassigned
- Property Cc Douglas Hays added; [email protected]… [email protected]… removed
-
Property
Component
changed from
General
toDijit - Form
-
Property
Summary
changed from
Control over base text direction (textDir) for dijit.MultiSelect
toMultiSelect: control over base text direction (textDir)
- Property Owner set to bill
- Property Keywords bidi added
-
Property
Type
changed from
defect
tofeature
-
Property
Status
changed from
-
Ticket #13100 – Description
initial v2 1 The core support for base text direction (via textDir) was introduced via following ticket: http://bugs.dojotoolkit.org/ticket/123671 The core support for base text direction (via textDir) was introduced in #12367. 2 2 3 This ticket addresses control over base text direction in dijit. MultiSelect control.3 This ticket addresses control over base text direction in dijit.form.!MultiSelect control. 4 4 5 5 The solution involves wrapping the <option> text by UCC (Unicode control character), since some browsers e.g. IE8 and Opera11.10, completely ignore the dir attribute in <option> tag (in FF3.6 there's alignment problems). Therefore we can't just set option's dir following the textDir.