Opened 14 years ago
Last modified 12 years ago
#8166 confirmed Bug
Problems in IE when pressing CRTL+B on bolded text — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | IE | Cc: |
Description
This ticket was first reported in forum http://cksource.com/forums/viewtopic.php?f=11&t=22912
To reproduce:
- Open api sample and clean CKEditor contents
- Press bold button and type 'Testing statement'
- Place cursor here 'Testing statement'
- In insertHTML text-area paste
<p>sample to be inserted by insertHTMl</p>
and press 'Insert HTML'. Result should be as in finding2.JPG. - Select using a mouse word 'statement' and what was pasted between it. See finding3.JPG.
- Press CRTL+B one or two times.
If you press CRTL+B two times it will cause JS error in IE8 and IE9:
IE8 yields:
Message: 'null' is empty or not an object
Line: 63
URI: /_source/core/dom/walker.js
IE9 yields:
Message: Can't get property „getParent”: Object is null or undefined
Line: 1568
URI: /_source/core/dom/range.js
This is reproducible from CKE 3.4. Before 3.4 there was no error but unbolding was weird. Some parts of text were duplicated
If you press CRTL+B once than in IE6 and IE7, the phrase 'sample to be inserted by insertHTML' gets unboladed and jumps up.
This is reproducible form CKE 3.6.1 rev [6919]. Before this revision JS error was thrown.
Change History (2)
Changed 14 years ago by
Attachment: | finding2.JPG added |
---|
Changed 14 years ago by
Attachment: | finding3.JPG added |
---|