#5035 closed defect (fixed)
setDimensions does not seem to function in Internet Explorer
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0.1 |
Component: | DojoX GFX | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have copied my code from 0.9 to 1.0 and it seems the surface setDimensions function no longer works in IE it works fine in firefox and opera.
Here is the important snippet:
init = function(){ var container = dojo.byId("gfx"); surface = dojox.gfx.createSurface(container, 1000, 1000); // change the surface size to 200 surface.setDimensions(200,200); }; dojo.addOnLoad(init);
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | → 1.0.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Huh. It looks like the SVN hook doesn't work anymore.
This ticket was fixed in [11432].