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 163946 - There is no initially cell in 'Search results' table having SPI_STATE_SELECTED
There is no initially cell in 'Search results' table having SPI_STATE_SELECTED
Status: RESOLVED DUPLICATE of bug 159561
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
2.6.x
Other All
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks: 163791
 
 
Reported: 2005-01-13 15:57 UTC by Dana Ormenisan
Modified: 2005-01-17 16:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dana Ormenisan 2005-01-13 15:57:50 UTC
Please describe the problem:
 - From the main menu, go to "Find Files..."
 - Enter a '*' into the "Name contains" combobox and press <Return>
 - Press <tab> six times and focus is on the first entry of the 
   search results table.
There is no SPI_STATE_SELECTED cell in this table.
AccessibleSelection_getNSelectedChildren returns 0.

Without a SPI_STATE_SELECTED cell, gnopernicus can not report the current table
line.


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Dennis Cranston 2005-01-13 19:01:12 UTC
I don't have a clue what needs to be fixed.  Gnopernicus crashes in my GNOME CVS
test environment.
Comment 2 Dennis Cranston 2005-01-14 07:05:10 UTC
The search results belong to a gtk-treee-view widget.  I did a grep of my local
copy of the latest gnome code to see how other programs use SPI_STATE_SELECTED.
 I found only two programs using it: gnopernicus and at-poke.  Googling did not
turn up much either.

There just is not enough documentation for me to solve this one.  Others are
welcome to attach a patch.  Thanks.
Comment 3 bill.haneman 2005-01-17 16:34:17 UTC
If you press <down> in this situation, the second item in the list gets
SPI_STATE_FOCUSED.  That makes no sense, because prior to <down>, there is no
selected item.  Looks like perhaps a gtktreeview bug, or a bug in the way
gtktreeview is used in the search tool.
Comment 4 bill.haneman 2005-01-17 16:37:14 UTC

*** This bug has been marked as a duplicate of 159561 ***