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 340022 - spreadsheet cells treated as table line
spreadsheet cells treated as table line
Status: RESOLVED FIXED
Product: gnopernicus
Classification: Deprecated
Component: general
1.0.x
Other All
: Normal normal
: ---
Assigned To: remus draica
firm
Depends on:
Blocks:
 
 
Reported: 2006-04-28 13:06 UTC by Oliver Braun
Modified: 2006-05-23 07:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
proposed patch (2.26 KB, patch)
2006-05-09 09:17 UTC, remus draica
needs-work Details | Review
Reworked patch (6.99 KB, patch)
2006-05-10 11:03 UTC, Oana Serb
none Details | Review
Proposed patch (6.94 KB, patch)
2006-05-23 06:45 UTC, Oana Serb
committed Details | Review

Description Oliver Braun 2006-04-28 13:06:37 UTC
Please describe the problem:
When switching to the "native" atkbridge in version 2.0.3, OpenOffice.org Calc
spreadsheets cells no longer have the role "LABEL" (which they got by bridging
through Java), but the role "TABLE_CELL" by default. 


Steps to reproduce:
1. Launch OOo Calc from a build that contains the patch for the atkbridge
2. Fill a few cells with text
3. Travel through these cells using the cursor keys


Actual results:
All visible cells in the row of the active cell are presented as a table line
and the content of the cells (which differs from the name) is not read.

Expected results:
The active cell + content gets spoken / displayed.

Does this happen every time?
Yes.

Other information:
Comment 1 remus draica 2006-05-09 09:17:25 UTC
Created attachment 65071 [details] [review]
proposed patch

this patch still needs work  add the new spread-sheet-role and presentation for it.
Comment 2 Oana Serb 2006-05-10 11:03:00 UTC
Created attachment 65155 [details] [review]
Reworked patch
Comment 3 Oliver Braun 2006-05-12 09:40:27 UTC
With the patch applied, gnopernicus successfully detects a spreadsheet and no longer commulates cells to a table line. Great !

Just found a minor problem with speech output: instead of reading Name:Content (e.g. "Cell A1 Test"), the content is read twice: "Test Test".

I haven't tested maginification though.
Comment 4 Oana Serb 2006-05-23 06:45:06 UTC
Created attachment 66032 [details] [review]
Proposed patch
Comment 5 Oana Serb 2006-05-23 06:48:06 UTC
The patch presents corectly the spread sheet cell: Name:Content.
Comment 6 Oana Serb 2006-05-23 07:08:48 UTC
Patch committed to CVS head and gnome-2-14 branch.