Thank you for reporting this bug. We will make it our priority to review this report.
-
Resize Handler Overlap Scrollbars in the Triton Theme
Ext version tested:
Browser versions tested against:
DOCTYPE tested against:
Description:
- The resize handles are themed at 10px by default in the Triton theme and overlap half of the width of scrollbars (ext\classic\theme-triton\sass\var\resizer\Resizer.scss line 1).
https://fiddle.sencha.com/#view/editor&fiddle/1u3f
Steps to reproduce the problem:
- Create a resizable window with scrollbars.
- Attempt to click a scrollbar in the window.
The result that was expected:
- The cursor changes for the resize handle at the edge of the scrollbar.
The result that occurs instead:
- The cursor changes for the resize handle in the middle of the scrollbar.
Workaround
- Theme the SASS variable resizer-handle-size the same way the neutral theme does.
Code:
$resizer-handle-size: dynamic($panel-frame-border-width);
-
Sencha User
-
Sencha Premium Member
This bug is also in 6.6.0