GNOME Bugzilla – Bug 435565
Java ControlPanel AttributeError: 'NoneType' object has no attribute 'getTextAtOffset'
Last modified: 2007-05-21 18:23:52 UTC
Up and down arrowing in the Java ControlPanel "Set the amount of disk space for stroring temporary files" spinbox causes the traceback below: 1. Launch /usr/lib/jvm/java-6-sun/bin/ControlPanel. 2. Hit the Settings button in the General page. 3. Tab to the "Set the amount of disk space for stroring temporary files" spinbox. 4. Hit the up and down arrow to increase and decrease the value in the spinbox. Traceback (most recent call last):
+ Trace 132147
s.processObjectEvent(event)
self.listeners[key](event)
self._presentTextAtNewCaretPosition(event)
self.sayLine(event.source)
char = obj.text.getTextAtOffset(caretOffset,
*** This bug has been marked as a duplicate of 440238 ***