dojo.render subobjects return incorrect values/undefined values
Running FireFox? on Linux environment.
According to Dojo Manual, dojo.render.ver should contain same value as dojo.version. This is not the case. In my dojo release, it contained the value '5'.
dojo.render.html.ie returns undefined instead of false.
dojo.render.os.windows is undefined instead of false.
dojo.render.vml.capable is undefined instead of false.
"If" tests using if(dojo.render.html.ie == false) will FAIL when not in a Internet Explorer environment, which is incorrect behavior.
Change History (8)
Milestone: |
→ 0.2.2release
|
Milestone: |
0.2.2release →
0.3release
|
Milestone: |
0.3release →
0.4
|
Owner: |
changed from anonymous to dylan
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
The second portion of this bug I'm going to mark won't fix, as we do things like
rather than testing against false.