Closed
Bug 160913
Opened 24 years ago
Closed 21 years ago
mp3 play interrupted by holding down scroll of another page
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dg, Assigned: sfraser_bugs)
References
()
Details
nightly build 8-2-02
go to:
http://mammoth.go.com/johnwesleyharding/
scroll to bottom of long page
there are choices to hear song and/or see video.
choose hear quicktime song
a new window opens and the song plays
if you go to the previous window and click and hold the scroll bar, after a
couple seconds, the music will stop. Let go, it starts.
Confirmed using Chimera/20020801. It WorksForMe using FizzillaCFM/2002080303.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
reproduced using 08/05 build on OS 10.1.5. cc: bnesse
Comment 3•24 years ago
|
||
It's the same with the rendering, if you open a page with a lot of pictures and
hold down the scroll, the images are loaded but no more displayed, release the
scroll the missing one are redrawn immediately.
Try a google search for images.
Comment 4•24 years ago
|
||
This is reproducible with a single window and a quicktime movie as well. We are
either not giving the system any processing time or not getting into the plugin
timer callback when the mouse button is down and there is no mouse movement.
| Assignee | ||
Updated•23 years ago
|
Component: General → Plug-ins
Comment 6•23 years ago
|
||
This is likely going to be related to getting time from NSPR while tracking the
mouse. Probably sfraser's area.
Assignee: bnesse → sfraser
| Assignee | ||
Comment 7•23 years ago
|
||
We need to keep processing PLEvents while the user clicks on the scrollbar.
Status: NEW → ASSIGNED
Comment 8•23 years ago
|
||
isn't this a dupe of the "download stops while scrollbar is down" bug? as simon
and i already discussed, you can't just add the plEvent timer to the modal
runloop because it causes problems if some plevent (like a webpage load) causes
the scrollbar that's tracking to go away. baaad things happen and we go booom
down in the scrollbar's tracking code.
Comment 9•23 years ago
|
||
This happens with Build ID: 2003030613 (0.7 release) on a 14" G3 iBook running
10.2.4 with a Quicktime stream playing in a separate window (in this case the
NPR stream from http://kpcc.org). If I click and hold on the scrollbar slider
widget, audio stops after about five seconds, and resumes immediately after
releasing the mouse button.
m.
Comment 10•21 years ago
|
||
This WFM on 10.3 using nightly from 3/21.
Someone verify on 10.2?
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•