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 171583 - wrong text report to brlmon
wrong text report to brlmon
Status: RESOLVED DUPLICATE of bug 171581
Product: gnopernicus
Classification: Deprecated
Component: braille
unspecified
Other Linux
: Normal normal
: ---
Assigned To: mp
mp
Depends on:
Blocks:
 
 
Reported: 2005-03-25 12:49 UTC by Oana Serb
Modified: 2005-04-01 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (616 bytes, patch)
2005-03-25 13:03 UTC, Oana Serb
none Details | Review
reworked patch (605 bytes, patch)
2005-03-28 10:51 UTC, Oana Serb
none Details | Review
Proposed patch (681 bytes, patch)
2005-03-28 12:49 UTC, Oana Serb
none Details | Review

Description Oana Serb 2005-03-25 12:49:37 UTC
Run Swing Demo.
Choose 'TextArea Two'.
Start gnopernicus with braille monitor on.
Move through the objects from 'TextArea Two' tag.
The carret on the braille monitor has allways a wrong offset for the text objects.
Comment 1 Oana Serb 2005-03-25 13:03:18 UTC
Created attachment 39238 [details] [review]
Proposed patch

Proposed patch to prevent the case described in bug #171581.
Comment 2 Oana Serb 2005-03-28 10:51:33 UTC
Created attachment 39331 [details] [review]
reworked patch
Comment 3 Oana Serb 2005-03-28 11:24:30 UTC
The previous patch is not the wanted one.
Comment 4 Oana Serb 2005-03-28 12:49:44 UTC
Created attachment 39334 [details] [review]
Proposed patch
Comment 5 Oana Serb 2005-03-29 12:53:33 UTC
The problem is general and a workaround can't be done in gnopernicus.


*** This bug has been marked as a duplicate of 171581 ***
Comment 6 bill.haneman 2005-04-01 10:33:35 UTC
Oana, does gnopernicus ignore the caret position as reported by at-spi?  Or is
the text-caret position also wrong?
Comment 7 bill.haneman 2005-04-01 10:37:47 UTC
brlmonitor works correctly with StylePad using the latest java-access-bridge.
What is different about the 'swing demo'?  Can you provide another example of a
Java application in which this doesn't work correctly?  It all appears to be
correct to me.
Comment 8 bill.haneman 2005-04-01 10:49:06 UTC
I tried Swing Demo also, and it works fine for me.  I am running java 1.5.0_01-b06.
Comment 9 Oana Serb 2005-04-01 11:28:39 UTC
I am running java 1.5.0_01-b08.

In Swing Demo, for 'Text Fields' tab (for example), if I move to the text box
which contains the explanation for this example, on the braille monitor the text
is: "This example shows the.....". The carret position on the braille is
correct. If you move to the next line, on the braille the text reported is:
"_fields. The accessible.....", where "_" means <space> (the text should be
without that <space>). This happens because the line start is not good (the line
start reported, in this case, is the good value - (minus) 1). And the carret is
on the second position on the braille monitor.
Comment 10 bill.haneman 2005-04-01 11:39:13 UTC
Thanks Oana; I've seen the 'extra space' here as well.  If this is the only
manifestation of the problem (extra space at beginning of line), then this is a
less severe bug than 171581.
Comment 11 bill.haneman 2005-04-01 16:58:03 UTC

*** This bug has been marked as a duplicate of 171581 ***