Opened 12 years ago
Closed 12 years ago
#9448 closed defect (fixed)
test_placeStrict hard locks Safari 4 from file:///
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3.2 |
Component: | Dijit | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | 9448.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3.2 |
---|
Bill, I attached a fix to Safari locking up in the test_placeStrict test. It seems to be a timing issue with Safari related to the alert happening before the page renders. Using console.log in place of alert fixes it.
comment:2 Changed 12 years ago by
Oh I see, it's just a test problem. Actually test_placeStrict.html is no longer needed; viewport.html does the same test automatically. I'll just remove it.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixes #9448. Change alert to console.log to prevent test from crashing in Safari 4.