Opened 10 years ago
Closed 9 years ago
#13105 closed enhancement (fixed)
make dojo._isBodyLtr() public?
Reported by: | bill | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | HTML | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dijit uses dojo._isBodyLtr() to set the direction for widgets without an explicit dir setting. It's also used in dojo.scrollIntoView().
Admittedly, now that the parser cascades dir/lang, this isn't as important as it used to be, but it's still useful for programatically created widgets, or when the dojox.mobile.parser is used.
Change History (5)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
No, Bill, you request has to wait. It was reverted in [25745].
comment:3 Changed 10 years ago by
Milestone: | 1.7 → 1.8 |
---|
IIRC correctly we said to do these in 1.8? In any case, milestone shouldn't be marked as 1.7.
comment:4 Changed 9 years ago by
It looks like all requested changes are in Dojo Base already. Are we good to close these tickets?
comment:5 Changed 9 years ago by
Milestone: | 1.8 → 1.7 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Agreed, the changes are in [25901].
Fixed in [25704] of #9641. Is
dom/geometry
a proper place for that kind of functionality? Any feedback is welcomed.