1 | | There seem to be two issues with the above code. |
2 | | |
3 | | **In IE8**[[BR]] |
4 | | E.g. select {{{123^45678^}}} and press backspace. Text won't get deleted and cursor will end up at the beginning of the selection. {{{123^45678}}} |
5 | | |
6 | | **In IE6 and IE7**[[BR]] |
7 | | E.g. Click inside {{{123^45678}}} and select {{{123^45678 ^}}} **but don't stop right after 8. Go a little bit farther.** You will see that whole td content gets selected |
8 | | {{{^12345678 ^}}}. [[BR]] |
9 | | **NOTE:** When whole text gets selected and you are still holding left mouse button, move the cursor to the left and then to the right again - the selection will get fixed. |
10 | | |
11 | | Both issues have been reproducible from CKEditor 3.0. |