#4283 closed defect (fixed)
Activity icons in neighborhood: palette error
Reported by: | manuq | Owned by: | manuq |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | regression, r+, olpc-testing-pending |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
TestCase:
- share an activity, like Memorize
- go to the neighborhood view, tap the activity icon
Nothing happens. This traceback appears in the shell log:
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/jarabe/desktop/meshbox.py", line 93, in __button_release_event_cb self.props.palette.popup(immediate=True, state=Palette.SECONDARY) AttributeError: 'NoneType' object has no attribute 'popup'
Right click, left click and long press they all pop up the palette.
For other elements in the neighborhood, we inmediatly display the palette on tap.
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by erikos
- Priority changed from Unspecified by Maintainer to High
comment:2 Changed 10 years ago by manuq
- Keywords r? added
comment:3 Changed 10 years ago by erikos
- Keywords r+ olpc-testing-pending added; r? removed
Looks good and works as expected, please push.
comment:4 Changed 10 years ago by manuq
- Resolution set to fixed
- Status changed from new to closed
Thanks. Pushed 55407256 .
Note: See
TracTickets for help on using
tickets.
Let's investigate if this is a wider issue with touch. We can see then if priority goes down.