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 250131 - table cells can't be focused by using "Grab focus" in at-poke
table cells can't be focused by using "Grab focus" in at-poke
Status: RESOLVED FIXED
Product: GAL
Classification: Deprecated
Component: ETable
trunk
Other All
: Normal enhancement
: ---
Assigned To: tim.wo
Evolution QA team
Depends on:
Blocks: 244862
 
 
Reported: 2003-10-26 13:16 UTC by tim.wo
Modified: 2004-09-29 20:43 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
The patch fixes this bug. (2.07 KB, patch)
2003-10-26 13:56 UTC, tim.wo
none Details | Review

Description tim.wo 2003-10-26 13:16:29 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Steps to reproduce the problem:
1. export GNOME_ACCESSIBILITY=1
2. start tests/test-table-1 in gal dir
3. start at-poke
4. poke "test-table-1"
5. expand the poking tree
6. select a table-cell on the poking tree
7. press "Grab focus" on the right of at-poke


Actual Results:
No effect at all

Expected Results:
The table line which contains the selected table-cell should be selected
and the table should be focused.

How often does this happen? 
always

Additional Information:
Comment 1 tim.wo 2003-10-26 13:19:18 UTC
This is because the a11y impl for ETable hasn't completed yet.
Comment 2 tim.wo 2003-10-26 13:56:08 UTC
Created attachment 43026 [details] [review]
The patch fixes this bug.
Comment 3 tim.wo 2003-11-03 04:35:24 UTC
patch committed into HEAD