GNOME Bugzilla – Bug 661613
Traceback: global name 'UInt32' is not defined
Last modified: 2015-02-27 16:41:05 UTC
Originally seen in bug 661380, this keeps biting the user each time he presses Down Arrow (i.e. reading firefox web pages winds up being a serious failure). Traceback (most recent call last):
+ Trace 228776
consumed = self.function(script, inputEvent)
[nextObj, nextCharOffset] = self.findNextLine(obj, characterOffset)
newOffset = text.getOffsetAtPoint(oldX, newY, 0)
return exwrap(Atspi.Text.get_offset_at_point, self.obj, x, y, UInt32(coordType))
Oops--I guess this is dbus-python crud that I forgot to remove. Committed: 838da6.
*** Bug 661380 has been marked as a duplicate of this bug. ***
[Moving at-spi/pyatspi2 bugs to separate product. See bug 740075]