After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 335446 - Pressing up or down arrows before list pops up breaks
Pressing up or down arrows before list pops up breaks
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
2.14.x
Other Linux
: Normal critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-03-22 02:48 UTC by Corey Burger
Modified: 2006-04-06 17:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Pacth that checks whether the view is ready for user interaction (3.31 KB, patch)
2006-04-06 11:29 UTC, Mikkel Kamstrup Erlandsen
none Details | Review

Description Corey Burger 2006-03-22 02:48:11 UTC
1. Type anything
2. Almost simultaneously, press the down or up arrow.
3. Watch deskbar break

Traceback (most recent call last):
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/entriac/CuemiacEntryUI.py", line 306 in on_entry_key_press
    self.focus_first_match (event.time)
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/entriac/CuemiacEntryUI.py", line 321 in focus_first_match
    self.cview.set_cursor (self.model.get_path(self.model.get_iter_first()))
TypeError: iter should be a GtkTreeIter

Confirmed on Ubuntu Dapper and FC5
Comment 1 lexual 2006-03-22 10:42:32 UTC
confirming
Comment 2 Daniel Holbach 2006-04-05 17:20:29 UTC
Mentioned in https://launchpad.net/distros/ubuntu/+source/deskbar-applet/+bug/38175 as well.
Comment 3 Mikkel Kamstrup Erlandsen 2006-04-06 11:29:12 UTC
Created attachment 62844 [details] [review]
Pacth that checks whether the view is ready for user interaction
Comment 4 Mikkel Kamstrup Erlandsen 2006-04-06 11:31:31 UTC
The patch is against cvs head. I would suspect it to apply against 2.14.0.1 also...
Comment 5 Raphael Slinckx 2006-04-06 17:47:06 UTC
Applied in HEAD, waiting for backport, thanks for th epatch