-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
PartitionBar: make sure we get click events #765
Conversation
When I click I see a message like "gtk popover - assertion failed - GTK_IS_POPOVER is not a popover"... I had tried to fix this issue - I also changed Box to EventBox and also re-added the button pressed mask. I had to move the I also re-added the local/private method that called Is there some sort of GTK setup required - like adding the widgets in a hierarchy so that the event from the eventbox (partitionbar) is propagated down to the partitionmenu widget? hope what ive written here is not too much gibberish :-) |
@danirabbit so how do i test? do i need to apply both PRs or just #767 ? |
This comment was marked as outdated.
This comment was marked as outdated.
fe5b1ee
to
1182aad
Compare
@vjr okay actually, it was simpler than I thought and it's now fixed in this branch. This can be rebase merged :) |
1182aad
to
e09eeac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - the popup is working now - please merge so the upcoming daily iso builds get this fix - i intend to install and further test os8 - thanks!
Put the gesture in the constructor
e09eeac
to
0d7d53d
Compare
Fixes #763
Closes #767
I can't actually get the menu to popup in this branch or any previous commit since the last release, but this makes sure the gesture sends the event at least. Maybe the menu only works in an actual installer session for some reason?