Ticket #1265 (closed defect: fixed)
Stop all animators while deleting palettes
| Reported by: | alsroot | Owned by: | alsroot |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | 0.86 |
| Component: | sugar-toolkit | Version: | Git as of bugdate |
| Severity: | Unspecified | Keywords: | r+ |
| Cc: | Distribution/OS: | Unspecified | |
| Bug Status: | Unconfirmed |
Description
Can't find 100% workflow to reproduce this bug but it fails from time to time with stack:
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/sugar/graphics/animator.py", line 107, in _next_frame_cb
animation.do_frame(current_time, self._duration, self._easing)
File "/usr/lib64/python2.6/site-packages/sugar/graphics/animator.py", line 148, in do_frame
self.next_frame(frame)
File "/usr/lib64/python2.6/site-packages/sugar/graphics/palette.py", line 427, in next_frame
self._palette.set_palette_state(Palette.SECONDARY)
File "/usr/lib64/python2.6/site-packages/sugar/graphics/palettewindow.py", line 400, in set_palette_state
self._set_palette_state(state)
File "/usr/lib64/python2.6/site-packages/sugar/graphics/palette.py", line 360, in _set_palette_state
self.menu.embed(self._menu_box)
AttributeError: 'NoneType' object has no attribute 'embed'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

