Bug 24031 - Audio from a video element keeps playing on Reload
Summary: Audio from a video element keeps playing on Reload
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-02-19 11:05 PST by Simon Fraser (smfr)
Modified: 2009-03-01 22:24 PST (History)
5 users (show)

See Also:


Attachments
Patch, changelog (2.25 KB, patch)
2009-02-19 11:10 PST, Simon Fraser (smfr)
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-02-19 11:05:45 PST
Try this:
* Load a page with a video element, and play the video
* Open the Inspector (which creates extra refs to the elements)
* Reload.

Note that the audio keeps playing.

This is another aspect of bug 21116.
Comment 1 Simon Fraser (smfr) 2009-02-19 11:06:49 PST
<rdar://problem/6557295>
Comment 2 Simon Fraser (smfr) 2009-02-19 11:10:22 PST
Created attachment 27799 [details]
Patch, changelog

I verified that this change does not regress bug 21116.
Comment 3 Simon Fraser (smfr) 2009-02-19 11:21:37 PST
	M	WebCore/ChangeLog
	M	WebCore/dom/Document.cpp
	M	WebCore/page/Page.cpp
Committed r41080