Closed sfhbarnett closed 2 years ago
Thanks, I was able to reproduce this on PyQt5-5.15.6 and pyside2-5.15.2.1, but interestingly it works fine on PyQt6-Qt6-6.2.3 and pyside6-6.2.4 ... I went back and this has been there since at least v0.2.0, which is very surprising! I also happened to be on macOS 12.3 this time, so want to check some other machines to see if this depends on os version too.
thanks for the report!
Was not able to reproduce on macOS 10.15 (catalina), so at this point, it appears to be specific to macos >= 11 and Qt < 6
Ok thanks for the updates! I don't have an issue moving to PyQt6 so that counts as a fix to me.
doing some more research on this... it appears to be a bug with Qt itself on monterey: https://bugreports.qt.io/browse/QTBUG-98093
also described here: https://stackoverflow.com/questions/69890284/qslider-in-qt-misbehaves-in-new-macos-monterey-v12-0-1-any-workaround/69890285#69890285
it also looks like using a custom style sheet can solve it (for example, the styled sliders in the demo widget work fine)... so perhaps we can find a "cheat" solution similar to the SO post above
Describe the bug Qtrangeslider is not behaving properly. Dragging one of the handles causes the other handle to disappear (It looks like the slider thinks I have grabbed the top slider when I grab the bottom one). I've attached a video of the behaviour.
To Reproduce Steps to reproduce the behavior: The code below can reproduce the behaviour on my computer
Expected behavior Normal slider behaviour
Screenshots
https://user-images.githubusercontent.com/45679976/159230426-fcda91b9-2731-4798-8458-b26a73b0d196.mov
Desktop (please complete the following information):