Opened 13 years ago
Closed 13 years ago
#5356 closed defect (invalid)
refactor vml initialization code
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX GFX | Version: | 0.9 |
Keywords: | Cc: | Tom Trenka, uhop | |
Blocked By: | Blocking: |
Description
wondering if we can move this snippet out of hostenv_browser into dojox.gfx init code?
try{ document.namespaces.add("v","urn:schemas-microsoft-com:vml"); document.createStyleSheet().addRule("v\:*", "behavior:url(#default#VML)"); }catch(e){}
Note: See
TracTickets for help on using
tickets.
needs to run before onload event