Opened 13 years ago
Closed 9 years ago
#7341 closed defect (wontfix)
Dragging a rectangle or rounded rectangle makes the shape flash / blink or go blank, in IE
Reported by: | gyang | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | DojoX GFX | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In both IE 6 and IE 7, when dragging a rectangle or rounded rectangle, the shape goes blank or flash, only the text is left. Dragging ellipse or other shapes is fine. The suspected error is: this.rawNode.fill is null or not valid. I tried using the fill value such as "red", or "#def", both generate the flash or blank effects when the shapes are dragged.
I have tried different version of Dojo, 1.0 or 1.1 or nightly build version.
I added one shape(ellipse) to my previous moveToBack bug report( I didn't change the file name, since the content will be identical...): http://www.intrinsyx.com/sharon/moveToBackBug/moveToBackBug.html
So you can see the difference when dragging rectangle and ellipse.
Thanks,
Sharon
Change History (5)
comment:1 Changed 13 years ago by
comment:4 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
i'm trying to identify stale tickets. if there is a need to keep this ticket open, please replace the "needsreview" keyword with "reviewed". if there is no need to keep this ticket open then please close it.
comment:5 Changed 9 years ago by
Cc: | eugene removed |
---|---|
Keywords: | needsreview removed |
Resolution: | → wontfix |
Status: | assigned → closed |
Too bad this ticket was abandoned, but with IE6 and IE7 on their last legs it's unlikely we'll address it now. Plus, that demo link doesn't work anymore.
forgot to mention, everything seems fine for other shapes, such as ellipse, circle, path, line.