Changes between Initial Version and Version 2 of Ticket #11393


Ignore:
Timestamp:
Jan 13, 2014, 2:47:56 PM (10 years ago)
Author:
Piotrek Koszuliński
Comment:

Pushed t/11393 on dev and tests.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11393

    • Property Status changed from new to review
    • Property Owner set to Piotrek Koszuliński
  • Ticket #11393 – Description

    initial v2  
    22
    33> Test named "test create link on a non-editable inline element" failed with error: "Unexpected error: Index or size was negative, or greater than the allowed value.".
     4
     5The problem is caused by DOM being overwritten in the test (with `editable.setHtml()`). It does not trigger any selection change event, so `editor._.hiddenSelectionContainer` still exists, however, container is not present in DOM.
     6
     7In this case it's more test issue than real bug. But making this bulletproof will not harm anything.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy