Opened 13 years ago
Closed 13 years ago
#6417 closed defect (fixed)
simplify _Widget's isLeftToRight
Reported by: | davidb | Owned by: | davidb |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.0 |
Keywords: | bidi | Cc: | Adam Peller |
Blocked By: | Blocking: |
Description (last modified by )
isLeftToRight should just be a call do dojo.isBodyLtr() since we don't support multi-direction documents. Patch coming soon.
This is a pre-req to fix #6366.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Component: | General → Dijit |
---|---|
Description: | modified (diff) |
Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.1.1 → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
proposed fix (still not sure we need the function at all though)