Opened 14 years ago
Closed 14 years ago
#3114 closed defect (fixed)
[gfx] Change all "document" references to "ownerDocument" in vml.js
Reported by: | Tom Trenka | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | gfx (svg+vml) | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Making the assumption that the document being operated on is the same as the actual document prevents someone from using gfx to write to a surface in another window; making these changes will fix that.
Note: See
TracTickets for help on using
tickets.
(In [8710]) Refs #3114. Change hardcoded reference of document to work with the ownerDocument of the surface.