Changes between Initial Version and Version 1 of Ticket #9771, comment 7
- Timestamp:
- Dec 27, 2012, 1:10:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9771, comment 7
initial v1 1 1 I pushed [https://github.com/cksource/ckeditor-dev/tree/t/9771b t/9771b] with simpler fix. It turned out that we can restore initial window scroll position after paste and on Webkit there won't be any noticeable scroll. 2 2 3 I decided to port the same solution for Opera (fixing #9858), but in this case this solution isn't so perfect - there's isnoticeable scroll, but at least final position is correct.3 I decided to port the same solution for Opera (fixing #9858), but in this case this solution isn't so perfect - there's a noticeable scroll, but at least final position is correct. 4 4 5 5 Note - this solution still doesn't cover all cases - we restore scroll only of host window, ignoring all scrollable elements and parent windows. That's because comprehensive fix will be complicated and heavy.