Safari Detection Broken
Due to the fix in r12330, Safari detection is broken. Specifically, dojo.isSafari is set to 2 on Firefox (rather than undefined, the previous behavior), despite the fact that it is (obviously) not Safari.
Examining the contents of r12330 and comparing to previous behavior, the problem is on line 96, where idx is not checked to be >= 0 (as it was previously).
Patch attached.
Change History (3)
Owner: |
changed from anonymous to alex
|
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Fixes the aforementioned problem.