Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

[BUG] KryptonTrackBar throws an unhandled exception when double clicking on small bar #207

Closed
Smurf-IV opened this issue Jul 12, 2019 · 0 comments · Fixed by #214
Closed
Labels
bug fixed The issue has been fixed.

Comments

@Smurf-IV
Copy link
Collaborator

Smurf-IV commented Jul 12, 2019

Describe the bug
As above,

To Reproduce
Steps to reproduce the behavior:

  • Click on TrackBar to change value
  • click on another control to gain focus
  • Double click in Trackbar line area
  • Sometimes happens on a single click

Expected behavior
Move the bar to the click location

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS Version: Win 10 x64 1903
  • Version; NuGet Latest as of today

Additional context
It has been around for a while, just that the repro steps are hard to track down!
So the ones above still might not reproduce them .....

Originally posted by @Smurf-IV in #65 (comment)

@Smurf-IV Smurf-IV added the bug label Jul 12, 2019
@Smurf-IV Smurf-IV self-assigned this Jul 21, 2019
@Smurf-IV Smurf-IV added the under investigation Investigation of bugs/issues label Jul 21, 2019
Smurf-IV added a commit that referenced this issue Jul 21, 2019
Fix #207: [BUG] KryptonTrackBar throws an unhandled exception when double clicking on small bar 
- Remove usage of the timer when: it is reset to null in a double click
- Fix double-Click to set value
- Fix Click hold and wait for value to change, then move mouse in opposite direction before release
- Fix a few spelling mistakes
@Smurf-IV Smurf-IV removed their assignment Jul 21, 2019
@Smurf-IV Smurf-IV added fixed The issue has been fixed. and removed under investigation Investigation of bugs/issues labels Jul 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed The issue has been fixed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant