Changes between Initial Version and Version 2 of Ticket #11393
- Timestamp:
- Jan 13, 2014, 2:47:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11393
-
Property
Status
changed from
new
toreview
- Property Owner set to Piotrek Koszuliński
-
Property
Status
changed from
-
TabularUnified Ticket #11393 – Description
initial v2 2 2 3 3 > 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 5 The 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 7 In this case it's more test issue than real bug. But making this bulletproof will not harm anything.