Changes between Version 1 and Version 2 of Ticket #14534, comment 4
- Timestamp:
- May 31, 2016, 12:32:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14534, comment 4
v1 v2 3 3 `cache.startElement` is `null`, so it gets returned, which in turn causes problems along the way. 4 4 5 Another difference: Normally by the time `onOpen` is fired, the elements path is visible. This is not the case when the bug occurs. 5 Another difference: Normally by the time `onOpen` is fired, the elements path is visible. This is not the case when the bug occurs. This is because the editor doesn't have focus at the time, which is due to the fact, that for some reason the `editor.focusManager.hasFocus` flag is (wrongly) truthy.