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 455330 - Split Pane demo - IndexError: list index out of range
Split Pane demo - IndexError: list index out of range
Status: RESOLVED NOTABUG
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Lynn Monsanto
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2007-07-09 22:36 UTC by Lynn Monsanto
Modified: 2007-07-23 16:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Lynn Monsanto 2007-07-09 22:36:00 UTC
Flat-revierw failed with the following traceback while attempting to flat-review the SwingSet2 Split Pane Demo:

Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/orca/input_event.py", line 182 in processInputEvent
    consumed = self._function(script, inputEvent)
  • File "/usr/lib/python2.5/site-packages/orca/default.py", line 3867 in reviewNextItem
    flat_review.Context.WRAP_LINE)
  • File "/usr/lib/python2.5/site-packages/orca/flat_review.py", line 1775 in goNext
    zone = self.lines[self.lineIndex].zones[self.zoneIndex]
IndexError: list index out of range

Comment 1 Lynn Monsanto 2007-07-11 16:27:28 UTC
I'm unable to reproduce this bug with the latest (July 11) build. I'll keep this bug open for another week to remind myself to retest to verify the problem really isn't reproducible.
Comment 2 Lynn Monsanto 2007-07-23 16:59:28 UTC
Closing because it cannot be reproduced.-