Ticket #3114 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

[gfx] Change all "document" references to "ownerDocument" in vml.js

Reported by: ttrenka Owned by: ttrenka
Priority: normal Milestone: 0.9beta
Component: gfx (svg+vml) Version: 0.4
Severity: major Keywords:
Cc:

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.

Change History

Changed 19 months ago by ttrenka

(In [8710]) Refs #3114. Change hardcoded reference of document to work with the ownerDocument of the surface.

Changed 19 months ago by ttrenka

(In [8711]) Refs #3114. Checked into the trunk so that uhop can pick up the changes while he ports to dojox.

Changed 19 months ago by ttrenka

  • status changed from new to closed
  • resolution set to fixed

(In [8762]) Fixes #3114.

Note: See TracTickets for help on using tickets.