Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

New table default inserts into the first list item after losing editor focus in IE8 #405

Open
NickMcL opened this issue Jun 18, 2013 · 0 comments

Comments

@NickMcL
Copy link
Contributor

NickMcL commented Jun 18, 2013

This bug deals with the new tables in list feature added in #404.

When working in a list, changing the focus away from the editor by clicking outside of the editor followed by inserting a table using the insert table tool can cause the new table to default insert into the first list item regardless of the previous selection. The correct behavior would either be to insert the table at the end of the document or to at least insert the table at the point of the previous select before the editor lost focus.

This behavior seems to consistently occur in IE8, but it does not seem to occur in Firefox 21 or Chrome 27 (Although the table is inserted at the point of the previous selection before the editor lost focus in those browsers rather than at the end of the document).

To reproduce:

  1. Start with just a list, like what happens at the end of this unit test run.
  2. Clear your selection by clicking outside of the editor iframe
  3. Click the dialog to insert a table
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants