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 340023 - magnifiers fails tracking the caret on paragraph objects
magnifiers fails tracking the caret on paragraph objects
Status: VERIFIED FIXED
Product: gnopernicus
Classification: Deprecated
Component: magnifier
1.0.x
Other All
: Normal normal
: ---
Assigned To: Adi Dascal
Adi Dascal
Depends on:
Blocks:
 
 
Reported: 2006-04-28 13:18 UTC by Oliver Braun
Modified: 2006-05-12 08:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Proposed patch (1.17 KB, patch)
2006-05-08 12:06 UTC, Oana Serb
committed Details | Review

Description Oliver Braun 2006-04-28 13:18:24 UTC
Please describe the problem:
When switching to the "native" atkbridge in version 2.0.3, OpenOffice.org Writer
paragraph objects no longer have the role "TEXT" (which they got by bridging
through Java), but the role PARAGRAPH. This causes gnopernicus magnifier to
track caret events correctly.

Steps to reproduce:
1. Launch OOo Calc from a build that contains the patch for the atkbridge
2. Insert a dummy text by pressing 'd' 't' 'F3'
3. travel through the text using the cursor keys


Actual results:
The cursor travels out of the magnification area easily.

Expected results:
The magnification area should follow the text cursor.

Does this happen every time?
Yes.

Other information:
Comment 1 Oana Serb 2006-05-08 12:06:28 UTC
Created attachment 65016 [details] [review]
Proposed patch
Comment 2 Oana Serb 2006-05-08 12:19:52 UTC
Patch committed to CVS head.
Comment 3 Oana Serb 2006-05-10 11:44:59 UTC
Patch also committed on gnome-2-14 branch.
Comment 4 Oliver Braun 2006-05-12 08:36:21 UTC
The patch fixes the problem for me.