Changeset 368
- Timestamp:
- 06/11/07 23:29:06 (6 years ago)
- File:
-
- 1 edited
-
FCKeditor/trunk/editor/_source/classes/fckpanel.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckpanel.js
r248 r368 61 61 oDocument = this.Document = oIFrameWindow.document ; 62 62 63 // Workaround for Safari 12256. Ticket #63 64 var sBase = '' ; 65 if ( FCKBrowserInfo.IsSafari ) 66 sBase = '<base href="' + window.document.location + '">' ; 67 63 68 // Initialize the IFRAME document body. 64 69 oDocument.open() ; 65 oDocument.write( '<html><head> </head><body style="margin:0px;padding:0px;"><\/body><\/html>' ) ;70 oDocument.write( '<html><head>' + sBase + '<\/head><body style="margin:0px;padding:0px;"><\/body><\/html>' ) ; 66 71 oDocument.close() ; 67 72
Note: See TracChangeset
for help on using the changeset viewer.
