Opened 14 years ago
Closed 14 years ago
#7054 closed defect (fixed)
[patch] [cla] dojox.embed.Quicktime causes infinite loop when QT is not installed
Reported by: | guest | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.1.1 |
Keywords: | embed quicktime | Cc: | |
Blocked By: | Blocking: |
Description
When using dojox.embed.Quicktime, Firefox 2 (win) tries to detect the version of Quicktime (QT), but if QT is not installed, it goes into an infinite setTimeout() loop and eats up CPU cycles like its corn flakes.
I was also having issues in FF3 (mac) that were related to this.
The solution is to avoid checking the QT version if the QT plugin isn't listed in the browser plugins.
I've attached a patch to fix the problem.
CB1 | Chris Barber
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | Quicktime get info endless loop.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from Adam Peller to Tom Trenka |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [14162]) Apply patch from Chris Barber, fixes #7054. !strict.