Changeset 15165

Show
Ignore:
Timestamp:
09/07/08 20:28:14 (3 months ago)
Author:
elazutkin
Message:

gfx: fixes #7346, !strict, thx PetraRock?!

Location:
dojox/trunk/gfx
Files:
1 added
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • dojox/trunk/gfx/vml.js

    r15162 r15165  
    10061006                if(this != shape.getParent()){ 
    10071007                        this.rawNode.appendChild(shape.rawNode); 
     1008                        if(!shape.getParent()){ 
     1009                                // reapply visual attributes 
     1010                                shape.setFill(shape.getFill()); 
     1011                                shape.setStroke(shape.getStroke()); 
     1012                        } 
    10081013                        //dojox.gfx.Group.superclass.add.apply(this, arguments); 
    10091014                        //this.inherited(arguments);