Ticket #7544 (closed enhancement: fixed)

Opened 10 months ago

Last modified 3 months ago

Dojox.gfx compatible to Adobe AIR 1.1.

Reported by: Psy Owned by: ttrenka
Priority: normal Milestone: 1.3
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 10 months ago.

Change History

Changed 10 months ago by Psy

Changed 10 months ago by elazutkin

  • milestone changed from tbd to future

Moving all open ticketd to the future.

Changed 10 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 7 months ago by ttrenka

  • status changed from new to closed
  • resolution set to fixed

Changed 3 months ago by peller

  • milestone changed from future to 1.3

batch move of tickets marked 'future' in the 1.3 timeframe

Note: See TracTickets for help on using tickets.