Changes between Version 2 and Version 3 of Ticket #9958, comment 7
- Timestamp:
- Feb 13, 2013, 5:39:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9958, comment 7
v2 v3 1 Started working with CKEditor a couple of days ago and already came across this annoying onBeforeUnload triggering in IE. After a bit of fiddling I found the following works perfectly from a simple page script block - a bit of a variation on the above. 1 Started working with CKEditor a couple of days ago and already came across this annoying onBeforeUnload triggering in IE. After a bit of fiddling I found the following works perfectly from your main page script block. 2 3 It's a variation on ddouble's approach above, but doesn't require modifying CKEditor, and it covers links by ''behaviour'' (ie. ones that use "javascript:void(0)"), rather than by the class name "cke_dialog_ui_button", which could change or not cover all affected links. 2 4 3 5 {{{