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 435567 - Java ControlPanel AttributeError: 'NoneType' object has no attribute 'getNSelections' traceback
Java ControlPanel AttributeError: 'NoneType' object has no attribute 'getNSel...
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:25 UTC by Lynn Monsanto
Modified: 2007-05-21 18:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Lynn Monsanto 2007-05-03 17:25:35 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 2620 in onTextInserted
    event.source.text.getNSelections())
AttributeError: 'NoneType' object has no attribute 'getNSelections'

Comment 1 Willie Walker 2007-05-15 21:32:10 UTC
>     event.source.text.getNSelections())
> AttributeError: 'NoneType' object has no attribute 'getNSelections'

Looks like event.source.text didn't exist.  Is this a possible duplicate of bug 435565?

Comment 2 Lynn Monsanto 2007-05-21 18:23:25 UTC

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