Opened 7 years ago
Closed 5 years ago
#17352 closed defect (patchwelcome)
'canvasWithEvents' renderer throws exception on Firefox 3.6
Reported by: | Eric Durocher | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX GFX | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The canvasWithEvent renderer calls Object.defineProperty (line 380), but the function is not supported in Firefox 3.6, so an error is thrown and the event mechanism fails.
To reproduce:
- run dojox/gfx/tests/events-canvas.html in Firefox 3.6 (with the Firebug console enabled)
- move the mouse pointer into the "jQuery" box => the following error is displayed in the console:
Object.defineProperty is not a function
- click the "dojo" box => the dialog says "Thanks you choosing jQuery", which is wrong, obviously! ;-)
Change History (2)
comment:1 Changed 7 years ago by
Owner: | set to Eric Durocher |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.