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 159561 - SPI_STATE_FOCUSED is initially missing for the current selected cell
SPI_STATE_FOCUSED is initially missing for the current selected cell
Status: RESOLVED OBSOLETE
Product: atk
Classification: Platform
Component: gail
unspecified
Other Linux
: High major
: ---
Assigned To: padraig.obriain
gedit QA volunteers
: 163946 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-11-26 15:33 UTC by Dana Ormenisan
Modified: 2006-12-11 05:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dana Ormenisan 2004-11-26 15:33:46 UTC
Launch gedit
Launch gnopernicus with speech enabled
Goto gedit->File->Open
The Open File... window is created and gnopernicus reports "Create window, Open
Files"
The focus is on the first line in 'Files' table but gnopernicus reports only
"Table Files". Nothing about the current line/cell.

This is because there is no cell an this line with SPI_STATE_FOCUSED.
One of the two SELECTED cells should be FOCUSED.
Comment 1 padraig.obriain 2004-11-28 12:43:46 UTC
We only report a cell as focused if the GtkTreeView has a focused column.
Initially the GtkTreeView does not have a focused column.

Can this be closed as notabug or does this affect the user experience?
Comment 2 Dana Ormenisan 2004-11-29 08:27:23 UTC
If this bug will be close as notabug, gnopernicus will not report the current
cell when the table is initially focused. The output will be only "Table,
<table_name>" and nothing about the current cell. The current table line won't
be also presented.
We are looking (in gnopernicus) for the selection inside a table. If there is a
selection, we are looking for the cell which has SPI_STATE_FOCUSED - this will
be the current cell. In this way we decide, if there is a multicolumn table,
which one is the current cell.
Comment 3 padraig.obriain 2004-11-29 10:41:13 UTC
A GtkTreeView can have a row selected without having a focused cell.
Comment 4 Dana Ormenisan 2004-11-29 10:54:01 UTC
In this case, gnopernicus can not decide which one is the _current selected_
cell. Without a "current cell" the line won't be reported.
Comment 5 Dana Ormenisan 2005-01-12 14:27:47 UTC
*** Bug 163791 has been marked as a duplicate of this bug. ***
Comment 6 bill.haneman 2005-01-17 16:35:50 UTC
in the cases I've seen, there's a focussed column (at least visually), so this
seems like a valid bug.
Comment 7 bill.haneman 2005-01-17 16:36:24 UTC
see for instance bug 163946
Comment 8 bill.haneman 2005-01-17 16:37:17 UTC
*** Bug 163946 has been marked as a duplicate of this bug. ***
Comment 9 Calum Benson 2006-04-26 17:05:37 UTC
Apologies for spam... ensuring Sun a11y folks are cc'ed on all current accessibility bugs.
Comment 10 Li Yuan 2006-12-11 05:22:58 UTC
Can not reproduce with orca now. Close.