GNOME Bugzilla – Bug 585871
WhereAmI info in FF doesn't include link text
Last modified: 2009-11-09 21:35:09 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.
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. :-)
Created attachment 137099 [details] [review] One possibility Already pylinted and regression tested (gtk-demo, oowriter, firefox). Will, thoughts?
Looks awesome. I like moving the given methods up to the default script as well. Thanks!
Thanks Will. Committed to master.