Skip to content

Modify how the doubleclick bug fix works#19583

Merged
jecisc merged 1 commit intopharo-project:Pharo14from
estebanlm:fix-doubleclick-on-fasttable
Apr 24, 2026
Merged

Modify how the doubleclick bug fix works#19583
jecisc merged 1 commit intopharo-project:Pharo14from
estebanlm:fix-doubleclick-on-fasttable

Conversation

@estebanlm
Copy link
Copy Markdown
Member

(that two fast clicks on slightly different rows can trigger also a doubleclick event) by registering the first mousedown: event and comparing.

The old fix was causing that a list inside a scroll pane was not receiving double click events. While is highly probably that the real bug resides on the bubbling on events, this thing is easy and works :)

fixes #14168
fixes pharo-spec/NewTools#1364

…erent rows can trigger also a doubleclick event) by registering the first mousedown: event and comparing.

The old fix was causing that a list inside a scroll pane was not  receiving double click events. While is highly probably that the real bug resides on the bubbling on events, this thing is easy and works :)

fixes pharo-project#14168
fixes pharo-spec/NewTools#1364
@estebanlm
Copy link
Copy Markdown
Member Author

the test failures worries me but they are not related with this change :)

@jecisc jecisc merged commit 0af2e56 into pharo-project:Pharo14 Apr 24, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants