[Webkit-unassigned] [Bug 6291] New: Drawing to a dynamically created canvas element before it is appended to document doesnt work
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Dec 29 17:03:42 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6291
Summary: Drawing to a dynamically created canvas element before
it is appended to document doesnt work
Product: WebKit
Version: 412+
Platform: PC
URL: http://andrewwooldridge.com/canvas/canvastests/dynCanvas
.html
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: triptych at gmail.com
When a canvas element is created via document.createElement('canvas') and then
drawn to via methods such as fillRect, the canvas does not reflect those method
calls. However once the canvas has been appended to the document, subsequent
calls to drawing methods "work".
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list