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 permanent tooltips on dialogs #8594

Merged
merged 1 commit into from Mar 27, 2024

Conversation

GulsahKose
Copy link
Contributor

@GulsahKose GulsahKose commented Mar 21, 2024

Position and Size dialog of the shape has a rotation angle widget in rotation tab. User can drag move instead only one click on the rotation angle widget. It causes a permanent tooltip on document. So It is better to handle mousedown instead click to close tooltip.

Change-Id: Idbea0bb8a56568a92f3f4d4c9ee6df1da01b7c24

Summary

TODO

  • ...

Checklist

  • Code is properly formatted
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

@pedropintosilva
Copy link
Contributor

we can wait until the CI passes to review

@lpranam
Copy link
Member

lpranam commented Mar 21, 2024

hmmm... I am seeing no different before and after this patch :(

@GulsahKose
Copy link
Contributor Author

@lpranam It would be niceto see a screen record. It works on my side. Maybe you find another use case from drag on angle widget

@eszkadev
Copy link
Contributor

please rebase to pass CI

Position and Size dialog of the shape has a rotation angle widget in
rotation tab. User can drag move instead only one click on the rotation
angle widget. It causes a permanent tooltip on document. So It is better
to handle mousedown instead click to close tooltip.

Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com>
Change-Id: Idbea0bb8a56568a92f3f4d4c9ee6df1da01b7c24
Copy link
Member

@lpranam lpranam left a comment

Choose a reason for hiding this comment

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

Original problem is gone, tooltip still gets stuck sometimes inside the dialog but that is not blocker for this PR :)

Copy link
Contributor

@eszkadev eszkadev left a comment

Choose a reason for hiding this comment

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

thanks

@eszkadev eszkadev merged commit 941134c into CollaboraOnline:master Mar 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Image properties "Rotation Angle" popup sticks on the screen after closing the Image properties menu
4 participants