Changes between Version 2 and Version 3 of Ticket #12747, comment 3
- Timestamp:
- Dec 10, 2014, 4:00:34 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12747, comment 3
v2 v3 2 2 3 3 Above is because [https://github.com/cksource/ckeditor-dev/blob/f0269658eb7e4faa589f60396e96e212c6477a3e/plugins/floatpanel/plugin.js#L160 this] return weird big value. 4 5 Again above is because [https://github.com/cksource/ckeditor-dev/blob/42f0c5ea5e0bc44e9bb5ce8b169c3691827874f0/core/dom/element.js#L1458 here] 6 7 * quirks = false 8 * $docElem.scrollTop = 0 9 * body.$.scrollTop = 1633 10 11 So we end up with 1633 but should be 0.