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 500385 - Range selection doesn't work in search center
Range selection doesn't work in search center
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-11-29 09:27 UTC by Jon Kåre Hellan
Modified: 2013-03-01 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Kåre Hellan 2007-11-29 09:27:49 UTC
Edit/Find
Click inside range field of search center
Select a range in the sheet
Nothing happens

Range selection does work in some other dialogs, e.g. Data/Sort.
Comment 1 Andreas J. Guelzow 2007-11-30 22:56:17 UTC
This seems to be intentional:

.....

#ifdef USE_GURU
	/* Only one guru per workbook. */
	if (wbc_gtk_get_guru (wbcg))
		return;
#endif

......

#ifdef USE_GURU
	wbc_gtk_attach_guru_with_unfocused_rs (wbcg, GTK_WIDGET (dialog), dd->rangetext);
#endif


....

Since USE_GURU is not defined, you don't get its benefits.
Comment 2 Morten Welinder 2007-11-30 23:41:41 UTC
The search dialog doubles as a technology test center.  In this, there is
nothing to keep you from having multiple search dialogs.  (And the dialog
is non-model.)

There ought to be a way for us to attach a range selector that would get
activated when the dialog gets focus.  Right now we only have the guru
way of doing that.
Comment 3 Jean Bréfort 2013-03-01 16:35:15 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.