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 435565 - Java ControlPanel AttributeError: 'NoneType' object has no attribute 'getTextAtOffset'
Java ControlPanel AttributeError: 'NoneType' object has no attribute 'getText...
Status: RESOLVED DUPLICATE of bug 440238
Product: orca
Classification: Applications
Component: speech
1.0.x
Other Linux
: Normal normal
: ---
Assigned To: Lynn Monsanto
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2007-05-03 17:20 UTC by Lynn Monsanto
Modified: 2007-05-21 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lynn Monsanto 2007-05-03 17:20:48 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):
  • File "/usr/lib/python2.5/site-packages/orca/focus_tracking_presenter.py", line 529 in _processObjectEvent
    s.processObjectEvent(event)
  • File "/usr/lib/python2.5/site-packages/orca/script.py", line 256 in processObjectEvent
    self.listeners[key](event)
  • File "/usr/lib/python2.5/site-packages/orca/default.py", line 2482 in onCaretMoved
    self._presentTextAtNewCaretPosition(event)
  • File "/usr/lib/python2.5/site-packages/orca/default.py", line 2378 in _presentTextAtNewCaretPosition
    self.sayLine(event.source)
  • File "/usr/lib/python2.5/site-packages/orca/default.py", line 1524 in sayLine
    char = obj.text.getTextAtOffset(caretOffset,
AttributeError: 'NoneType' object has no attribute 'getTextAtOffset'

Comment 1 Lynn Monsanto 2007-05-21 18:23:52 UTC

*** This bug has been marked as a duplicate of 440238 ***