GNOME Bugzilla – Bug 456296
Traceback in braille.py when doing a "Select All" in gedit.
Last modified: 2008-07-22 19:28:10 UTC
Steps to reproduce: 1. Start Orca 2. Start gedit and type in: The quick brown fox jumps over the lazy dog. 3. Press F10 4. Press the Right arrow. 5. Press Down until you get to the "Select All" menu entry. 6. Press Return. You see see the following stack trace. Traceback (most recent call last):
+ Trace 147564
s.processObjectEvent(event)
self.listeners[key](event)
orca.setLocusOfFocus(event, event.source)
orca_state.locusOfFocus)
newLocusOfFocus)
oldLocusOfFocus, newLocusOfFocus)
self.updateBraille(newLocusOfFocus)
braille.setFocus(result[1])
[string, offset, attributeMask] = line.getLineInfo()
mask = region.getAttributeMask()
if attrMask[j] != '\x00' \
That's not good. :-( I'll look at it.
Created attachment 91688 [details] [review] patch to hopefully solve the problem Rich this solves it for me. Does it for you? Mike please test.
Yes, that nicely fixes the problem for me. Thanks.
Works great for me now.
Thanks guys! Patch committed. Moving to [pending].
Looks good
Thanks. Closing as FIXED.