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 433891 - SearchPerk: not setting autopointer to True upon closing
SearchPerk: not setting autopointer to True upon closing
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: extensions
unspecified
Other Linux
: Normal normal
: 0.5.2
Assigned To: Scott Haeger
LSR maintainers
Depends on:
Blocks: 433874 lsr-review
 
 
Reported: 2007-04-27 15:09 UTC by Scott Haeger
Modified: 2007-04-30 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for SearchPerk: not setting autopointer to True upon closing (1.54 KB, patch)
2007-04-27 17:56 UTC, Scott Haeger
committed Details | Review

Description Scott Haeger 2007-04-27 15:09:04 UTC
The SearchPerk sets the autopointer to False when opening but fails to set it back to True when closing.  As a result, the pointer fails to update after the search dialog is opened and perhaps closed.  This is most evident when trying to review after doing a search.

Monitor bug #433874 before attempting.
Comment 1 Peter Parente 2007-04-27 16:44:35 UTC
Is this also a problem when you Alt-Tab away from the search dialog, and then try to review in the Tier?
Comment 2 Scott Haeger 2007-04-27 17:22:13 UTC
Yes, the problem occurs as long as the search dialog is open for that tier.  Other tiers are not affected.
Comment 3 Scott Haeger 2007-04-27 17:56:38 UTC
Created attachment 87160 [details] [review]
patch for SearchPerk: not setting autopointer to True upon closing

Added code to ensure that autopointer updating was turned back on once the chooser dialog closes.