Changes between Initial Version and Version 4 of Ticket #7467
- Timestamp:
- Aug 18, 2008, 6:15:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7467
- Property Owner changed from anonymous to Adam Peller
-
Property
Component
changed from
General
toDijit
-
Ticket #7467 – Description
initial v4 4 4 5 5 Here is the code that fails: 6 6 {{{ 7 7 dojo._loaders.unshift(function(){ 8 8 if(!dojo._isBodyLtr()){ … … 14 14 } 15 15 } 16 16 }}} 17 17 Somehow the dojo._isBodyLtr is false, and the <head> class gets several RTL classes inserted. 18 18