Changes between Initial Version and Version 1 of Ticket #9501
- Timestamp:
- Nov 14, 2012, 2:58:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9501
- Property Keywords getranges find replace removed
-
Property
Summary
changed from
Find selection throws error on cut in IE7/IE8
toFind selection throws error on cut in IE6-8
-
TabularUnified Ticket #9501 – Description
initial v1 1 1 Steps To Reproduce: 2 2 3 Go to the demo page in IE7 or IE8. 4 5 Clear the content in the editor. 6 7 Type: 8 9 foo bar[[BR]] 3 1. Go to the demo page in IE6 or IE7 or IE8. 4 2. Clear the content in the editor. 5 3. Type: 6 {{{ 7 foo bar 10 8 boo far 11 12 Click on find icon 13 14 type foo into the find field 15 16 click find (foo will become selected) 17 18 click cancel in the find dialog 19 20 click 'cut' icon in ckeditor 21 22 (accept the permissions if the browser asks) 23 24 Error Invalid Argument gets thrown. 25 9 }}} 10 4. Click on find icon 11 5. type foo into the find field 12 6. click find (foo will become selected) 13 7. click cancel in the find dialog 14 8. click 'cut' icon in ckeditor 15 9. (accept the permissions if the browser asks) 16 10. Error Invalid Argument gets thrown. 26 17 27 18 Looks like it's some issue with getting nodeValue (for nodeValue.length) within the GetRanges function of the selection plugin. 28 29 19 30 20 {{{