[Webkit-unassigned] [Bug 27623] New: Video elements fires another "load" event when attached to DOM
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 13:27:56 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27623
Summary: Video elements fires another "load" event when
attached to DOM
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: charles_ying at yahoo.com
Created an attachment (id=33363)
--> (https://bugs.webkit.org/attachment.cgi?id=33363)
test reduction
When a video element not attached to the DOM is loaded first (prior to
attachment), then attached, a second "load" event is fired on the video
element.
This manifests itself as a repeated load event in the sample code which adds
the video to the DOM only after the video has finished loading.
This is illustrated by commenting out the "jQuery("#container").append(video);"
line from the attached reduction.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list