Changes between Version 2 and Version 3 of Ticket #42018, comment 4
- Timestamp:
- 09/29/2017 08:27:05 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42018, comment 4
v2 v3 1 Confirmed in Chrome version 61.0.3163.100 (Official Build) (64-bit). Yeah, looks like a browser bug: it erroneously fires `scrollwindow` on mouse move when the cursor is over the toolbar buttons, only in RTL mode (there is no actual scrolling). This may be CSS/styling related. The same happens w en the image toolbar is shown and the cursor hovers over the buttons in the main toolbar.1 Confirmed in Chrome version 61.0.3163.100 (Official Build) (64-bit). Yeah, looks like a browser bug: it erroneously fires `scrollwindow` on mouse move when the cursor is over the toolbar buttons, only in RTL mode (there is no actual scrolling). This may be CSS/styling related. The same happens when the image toolbar is shown and the cursor hovers over the buttons in the main toolbar. 2 2 3 3 Don't think it is a good idea to remove hiding of the toolbar on scrolling. This will leave it "hanging" in place after the user has scrolled the editor and the image is no longer visible. Perhaps only as a last resort and only in Chrome in RTL mode.