#13100 closed feature (fixed)
MultiSelect: control over base text direction (textDir)
Reported by: | tomerm | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dijit - Form | Version: | 1.6.1 |
Keywords: | bidi | Cc: | [email protected]…, Douglas Hays |
Blocked By: | Blocking: |
Description (last modified by )
The core support for base text direction (via textDir) was introduced in #12367.
This ticket addresses control over base text direction in dijit.form.MultiSelect control.
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. Lack of support for dir on the <option> level is a known issue:
Attachments (1)
Change History (5)
comment:1 Changed 10 years ago by
Component: | General → Dijit |
---|---|
Keywords: | bidi added |
Changed 10 years ago by
Attachment: | patch201105231345_Dojo-textDirMultiSelect.txt added |
---|
comment:2 Changed 9 years ago by
Cc: | Douglas Hays added; [email protected]… [email protected]… removed |
---|---|
Component: | Dijit → Dijit - Form |
Description: | modified (diff) |
Owner: | set to bill |
Status: | new → assigned |
Summary: | Control over base text direction (textDir) for dijit.MultiSelect → MultiSelect: control over base text direction (textDir) |
Type: | defect → feature |
Note: See
TracTickets for help on using
tickets.
I'll check this in since I did the review with Maria. We're not supporting FF3.6 anymore but of course, we do need to support IE8.