Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doubleClick on tab and on text selection. #13906

Conversation

kevca87
Copy link
Contributor

@kevca87 kevca87 commented Jun 5, 2023

This pull request addresses the following issues: #13577 and #13830

…d on text selection. Moved condition to LabelMorph.
@welcome
Copy link

welcome bot commented Jun 5, 2023

Thanks for opening this pull request! Now continious integration (CI) will build Pharo with your change and run all tests. This might fail due to many reasons! Please check if your PR breaks the build or makes tests fail. Feel free to add comments to the PR. After this, before your PR can be merged it needs one or more reviews. Do not hesitate to ask people (on the Mailinglist or Discord) to help! When the CI shows no problems and there are positive reviews, your PR will be merged.

@Ducasse
Copy link
Member

Ducasse commented Jun 5, 2023

Thanks this is cool to get your improvements.
We will have a look!
Thanks again!

@Ducasse
Copy link
Member

Ducasse commented Jun 5, 2023

I do not know if this is related but testDoubleClickFromMorph – Unix64.Morphic.Tests.Event.MorphicEventHandlerTest is failing on mac and linux (windows did not run).

index := text size + 20. "an index out of bounds of string"
buttons := MouseButtonEvent redButton.
position := 20@100.
(area paragraph characterBlockForIndex: text size) surface leftCenter traceCr.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pay attention the traceCr should be removed.

@MarcusDenker MarcusDenker added the Status: Need more work The issue is nearly ready. Waiting some last bits. label Jun 6, 2023
@MarcusDenker MarcusDenker removed the Status: Need more work The issue is nearly ready. Waiting some last bits. label Jun 7, 2023
@Ducasse
Copy link
Member

Ducasse commented Jun 7, 2023

Thanks I will try the PR.... but it takes several min to open the repo :( so at least now I know that this is not a bug just super super slow.

@Ducasse
Copy link
Member

Ducasse commented Jun 8, 2023

I cannot try it so I will integrate it and revert it if it does not work.

@Ducasse Ducasse merged commit 543e7aa into pharo-project:Pharo12 Jun 8, 2023
1 of 2 checks passed
@welcome
Copy link

welcome bot commented Jun 8, 2023

Congrats on merging your first pull request! Do another one! We try to have a list of (relatively) easy issues here: https://github.com/orgs/pharo-project/projects/8.

GitHub
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants