[kdenlive] [Bug 435531] Slider value changes when hovering over

2021-04-12 Thread mnsk
https://bugs.kde.org/show_bug.cgi?id=435531

--- Comment #6 from mnsk  ---
(In reply to Jean-Baptiste Mardelle from comment #4)
> Git commit f86dbde2fac1b1b0043deb7601ec90763400640c by Jean-Baptiste
> Mardelle.
> Committed on 12/04/2021 at 07:02.
> Pushed by mardelle into branch 'master'.
> 
> Try to fix value change on hover issue (maybe Qt regression)
> 
> M  +2-2src/widgets/dragvalue.cpp
> 
> https://invent.kde.org/multimedia/kdenlive/commit/
> f86dbde2fac1b1b0043deb7601ec90763400640c


Issue is fixed with this commit.
Hover does not change value. Click does change value. Click and drag does
change value.

Thanks :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 435531] Slider value changes when hovering over

2021-04-09 Thread mnsk
https://bugs.kde.org/show_bug.cgi?id=435531

--- Comment #1 from mnsk  ---
Just found
https://bugreports.qt.io/browse/QTBUG-92504

Seems to be a similar problem?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 435531] New: Slider value changes when hovering over

2021-04-08 Thread mnsk
https://bugs.kde.org/show_bug.cgi?id=435531

Bug ID: 435531
   Summary: Slider value changes when hovering over
   Product: kdenlive
   Version: 21.03.80
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: k...@miniskipper.at
  Target Milestone: ---

Created attachment 137445
  --> https://bugs.kde.org/attachment.cgi?id=137445=edit
slider jumps to cursor without mouse click

SUMMARY
When hovering the mouse over a slider the value changes according to the mouse
position (as if the mouse button was pressed all the time). That makes it
impossible to navigate the UI without changing values.

Tested with different kdenlive versions (arch stable 20.12.3, arch unstable
21.03.80, appimage stable 20.12.3).

When I revert the package 
local/qt5-base 5.15.2+kde+r171-2 (qt qt5)
to the version
local/qt5-base 5.15.2-5 (qt qt5)
everything works as expected.

But sliders in other qt applications are fine.
I assume the effects slider is no standard qt widget(?) so I open the bug here.

Tried on different machines: laptop with Cinnamon, desktop with xfce, fresh
installed virtual machine with xfce (all Arch).

STEPS TO REPRODUCE
1. Arch: Install local/qt5-base 5.15.2+kde+r171-2 (qt qt5)
2. Move the mouse over any slider
3.

OBSERVED RESULT
Value of that slider instantly "jumps" to the mouse position.

EXPECTED RESULT
Value of the slider does not change when simply moving the mouse over it.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.