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 405541 - regression: Braille stopped showing message header from beginning of row
regression: Braille stopped showing message header from beginning of row
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: braille
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: Lynn Monsanto
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-07 22:02 UTC by Lynn Monsanto
Modified: 2007-02-19 16:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
The committed patch. (1.56 KB, patch)
2007-02-08 19:34 UTC, Lynn Monsanto
committed Details | Review
Better fix, directly calls orca.setLocusOfFocus (2.59 KB, patch)
2007-02-19 16:34 UTC, Lynn Monsanto
none Details | Review

Description Lynn Monsanto 2007-02-07 22:02:32 UTC
This is a regression. Braille no longer displays a Thunderbird message header row from the beginning of the row.  It starts from the date field.
Comment 1 Lynn Monsanto 2007-02-08 19:34:09 UTC
Created attachment 82176 [details] [review]
The committed patch.

Should have attached the patch before committing.
Comment 2 Lynn Monsanto 2007-02-09 23:11:05 UTC
The problem is that orca.setLocusOfFocus to the first cell in a message header, no longer causes that cell to get focus. The fix is to set the index of the cell that currently has focus to the index of the first cell in the row. I'm not sure if this is a hack or not, but the Thunderbird team wants the cell that is in the sorting column to have focus.
Comment 3 Willie Walker 2007-02-12 18:03:48 UTC
There's also discussion on Mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=368346 about possibly getting Thunderbird to do the right thing (i.e., allow you to arrow between cells on a line).
Comment 4 Lynn Monsanto 2007-02-19 16:34:42 UTC
Created attachment 82889 [details] [review]
Better fix, directly calls orca.setLocusOfFocus