Opened 9 years ago
Closed 5 years ago
#13689 closed defect (patchwelcome)
Can't draw lines on element that has not yet been attached to the DOM in IE
Reported by: | Jan Schatz | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | DojoX GFX | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In IE drawing lines does not work, if the HTML element the surface has been created on has not yet been attached to the DOM. An exception with the following message is being thrown: 'this.rawNode.path' is Null or not an object' This is a problem for example for widgets that use GFX. You cannot draw within buildRendering(). Other graphical objects like rectangles work.
Attachments (1)
Change History (2)
Changed 9 years ago by
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 4+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Test page showing the problem