Opened 7 years ago
Closed 5 years ago
#17372 closed defect (patchwelcome)
gfx _BidiSupport throws exception on startup
Reported by: | bill | Owned by: | Patrick Ruzand |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX GFX | Version: | 1.9.1 |
Keywords: | dohfail | Cc: | Chris Mitchell, [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Just loading dojox/gfx/tests/_gfxBidiSupport/svgWeb/test_SurfaceGroupSvgWeb.html gives me an exception on the line:
lang.extend(g.Group, { // textDir: String // Will be used for inheritance, or as default for text objects // that textDir wasn't directly specified for them but the bidi support was required. textDir: "",
g.Group is undefined.
Also fails from runTests.html.
AFAIK this code always failed.
This code is from #12405.
Change History (2)
comment:1 Changed 7 years ago by
Cc: | Chris Mitchell [email protected]… added |
---|---|
Description: | modified (diff) |
Keywords: | dohfail added |
Owner: | set to Patrick Ruzand |
Status: | new → assigned |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Given that svgWeb support is deprecated, I'm closing this as patchwelcome (in case someone wants to clean up the tests in the future).
Note: See
TracTickets for help on using
tickets.
Testing on chrome/mac.