Details
-
Bug
-
Resolution: Cannot Reproduce
-
P4: Low
-
None
-
5.11.2, 5.11.3
-
None
Description
`QSlider` in vertical orientation travels in the wrong direction when dragged with a mouse. I.e. moves up when dragging down. It also does not always paint the slider notch or it paints it only partially.
This is limited to macos style. Switching to fusion or windows style on macos fixes this.
Qt 5.9.* seems unaffected.
#include <QSlider> #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); QSlider slider(Qt::Vertical); slider.show(); return a.exec(); }
Tested on macOS 10.11.6
Attachments
Issue Links
- is duplicated by
-
QTBUG-72396 Vertical QSliders Drag The Wrong Way On MacOS
- Closed
- relates to
-
QTBUG-59138 QSlider and QDial don't respect mouse scroll direction setting on Mac.
- Reported
-
QTBUG-35972 [QtQuick Slider, osx]: horizontal slider movement is inverted when "natural scrolling" is enabled
- Closed