Opened 15 years ago

Last modified 15 years ago

#7174 closed Bug

IE9: Cursor path does not load corectly when editor is switched back from source to wysiwyg — at Initial Version

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone: CKEditor 3.5.2
Component: General Version: 3.5.3
Keywords: IE9 Cc:

Description

Environment

IE9 Browser mode IE9, document mode IE9 standards CKEditor set to source

TC

  • clear contents
  • insert default table
  • in first row type some text
  • switch to source and back to wysiwyg
  • click on first cell in second column (as on attached screenshot)

Expected

caret position is shown in 'status bar of editor'. Example body blockquote table tbody tr td

Actual

The bottom line in Editor is empty, until next operation is done. User is allowed to make nested blockquotes, which is not possible in other browsers.

<blockquote>
  <blockquote>
    <blockquote>
      <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<tbody>
	  <tr>
		<td>
...

Change History (1)

Changed 15 years ago by Krzysztof Studnik

Attachment: krst_20110214-01.png added

Empty bottom bar

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy