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 585871 - WhereAmI info in FF doesn't include link text
WhereAmI info in FF doesn't include link text
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
unspecified
Other All
: Normal normal
: 2.28.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2009-06-15 15:19 UTC by Willie Walker
Modified: 2009-11-09 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
One possibility (8.45 KB, patch)
2009-06-21 02:34 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Willie Walker 2009-06-15 15:19:42 UTC
1) Goto http://bugzilla.gnome.org/show_bug.cgi?id=568658#c3
2) Arrow to the beginning of line that says "2009-06-15 14:27 UTC [reply]"
3) Press KP_Enter for "Where Am I"

You will not hear the "reply" link text being spoken.  In looking at the debug log, the textContent is appearing as:

textContent=['2009-06-15 14:27 UTC [\xef\xbf\xbc] ']

So, this looks like an EOC problem.
Comment 1 Joanmarie Diggs (IRC: joanie) 2009-06-20 20:21:37 UTC
I was chatting with Will earlier today about this bug. He asked if it existed
prior to the refactor. I didn't know. For part of bug 583811, I needed to work
with the gnome-2-26 branch. So for the record, FWIW, yes, this bug did exist
prior to the refactor.

Now to figure out what to do about it. :-)
Comment 2 Joanmarie Diggs (IRC: joanie) 2009-06-21 02:34:03 UTC
Created attachment 137099 [details] [review]
One possibility

Already pylinted and regression tested (gtk-demo, oowriter, firefox).

Will, thoughts?
Comment 3 Willie Walker 2009-06-21 12:15:11 UTC
Looks awesome.  I like moving the given methods up to the default script as well. Thanks!
Comment 4 Joanmarie Diggs (IRC: joanie) 2009-06-21 12:53:11 UTC
Thanks Will. Committed to master.