Opened 13 years ago
Closed 13 years ago
#7821 closed defect (fixed)
RichText and Editor unuseable in cross-domain build
Reported by: | lipik | Owned by: | James Burke |
---|---|---|---|
Priority: | blocker | Milestone: | 1.2.1 |
Component: | Dijit | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
RichText?.js, line 373 (creating the iFrame for IE, Opera & Safari) reads: var burl = dojo.moduleUrl("dojo", "resources/blank.html")+""; This runs into x-domain security issue when using the cross-domain build. Fix is to change this line to say:
(dojo.moduleUrl("dojo", "resources/blank.html")+"") | ""; |
This is pretty urgent, at least for me, so I have set all the fields below pretty high, in order to attract attention.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | tbd → 1.2.1 |
---|---|
Owner: | set to James Burke |
I guess this was accidentally changed with the reverting of the experimental editor changes. This was working in Dojo 1.1.1.
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixing formatting:
RichText?.js, line 373 (creating the iFrame for IE, Opera & Safari) reads:
This runs into x-domain security issue when using the cross-domain build. Fix is to change this line to say:
This is pretty urgent, at least for me, so I have set all the fields below pretty high, in order to attract attention.