#13775 closed defect (fixed)
[patch] [cla] IE7 gfx invalid argument (negative values)
Reported by: | Karl Tiedt | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7.1 |
Component: | DojoX GFX | Version: | 1.6.1 |
Keywords: | vml ie6 ie7 invalid argument | Cc: | |
Blocked By: | Blocking: |
Description
In IE < 8, negative height/width values produce an invalid argument error breaking charting/gfx in places where every other browsers work fine... a simple patch to this makes it work (and since VML is IE only... it really is no performance hit)
Attachments (1)
Change History (6)
Changed 9 years ago by
comment:1 Changed 9 years ago by
Forcing Math.max(....., 0) just makes all IE's resolve the invalid values to the same value ultimately... if at all possible I would love to see this make it into the 1.7 since its a tiny patch and low risk.
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:5 Changed 9 years ago by
Milestone: | 1.8 → 1.7.1 |
---|
Note: See
TracTickets for help on using
tickets.
dojx/gfx/vml.js patch