Opened 10 years ago
Closed 10 years ago
#12229 closed defect (fixed)
Error: Problem parsing d="" in Chrome for every .createPath() call
Reported by: | vvoovv | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX GFX | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Please check dojox/gfx/tests/test_gfx.html in Chrome: each call of .createPath() with no argument leads to Error: Problem parsing d=""
As consequence each rendering of pie chart in Chrome with two or more slices leads to the same error. Check dojox/charting/tests/test_pie2d.html in Chrome
Attachments (1)
Change History (5)
Changed 10 years ago by
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
The attached patch (http://bugs.dojotoolkit.org/attachment/ticket/12229/svg.patch) is IBM, CCLA.
comment:3 Changed 10 years ago by
Status: | new → assigned |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This hits every WebKit? browser and is indeed annoying with charting (Pie).
We should not set d attribute if the path is empty and in that case remove d instead.