Opened 12 years ago
Closed 11 years ago
#6333 closed defect (fixed)
BorderContainer blows up in parsing on Opera
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
prevents themeTester.html from coming up at all on Opera
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
BorderContainer? breaks again in Opera, for the same reason. Here's the offending line, in _computeSplitterThickness:
dojo.marginBox(this._splitters[region])[(/top|bottom/.test(region) ? 'h' : 'w')];
Line 125 in 1.2.3, line 122 in 1.3 trunk.
Causes all script processing to halt in Opera, if BorderContainer? is require'd.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
works in the latest Opera 9.6. We don't support older versions, sorry, and 1.2 is already out the door.
Note: See
TracTickets for help on using
tickets.
(In [13216]) move a regexp defintion to it's own line to make things happy in Opera. Fixes #6333. !strict