Ticket #7544 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 weeks ago

Dojox.gfx compatible to Adobe AIR 1.1.

Reported by: Psy Owned by: ttrenka
Priority: normal Milestone: future
Component: DojoX GFX Version: 1.1.0
Severity: normal Keywords: AIR,canvas
Cc:

Description

Seems that AIR did not support SVG at all, so, its safer to switch to canvas on this environment.

gfx.js line 15 - replace if(!dojo.isIE && (navigator.userAgent.indexOf("iPhone") < 0) && (navigator.userAgent.indexOf("iPod") < 0) && !dojo.isAIR ){ dojox.gfx.renderer = "svg"; }

Attachments

gfx.js (1.5 kB) - added by Psy 4 months ago.

Change History

Changed 4 months ago by Psy

Changed 4 months ago by elazutkin

  • milestone changed from tbd to future

Moving all open ticketd to the future.

Changed 4 months ago by elazutkin

  • owner changed from elazutkin to ttrenka

Tom, can you verify the reported problem and see if this fix indeed work with Adobe AIR? If it does, please commit the fix.

Changed 4 weeks ago by ttrenka

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.