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 490623 - work around for flat_review __cmp__ issue for OpenOffice
work around for flat_review __cmp__ issue for OpenOffice
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Scott Haeger
Orca Maintainers
Depends on:
Blocks: 489490
 
 
Reported: 2007-10-26 18:45 UTC by Scott Haeger
Modified: 2007-10-26 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for work around for flat_review __cmp__ issue for OpenOffice (1.14 KB, patch)
2007-10-26 18:47 UTC, Scott Haeger
none Details | Review

Description Scott Haeger 2007-10-26 18:45:25 UTC
Flat review was failing in OpenOffice writer due to a bad hierarchy where root[i].parent != root.  Instead of skipping pursueForFlatReview(), pursueForFlatReview() was attempted with a warning issue for this case.

Committed to trunk.
Comment 1 Scott Haeger 2007-10-26 18:47:18 UTC
Created attachment 97939 [details] [review]
patch for work around for flat_review __cmp__ issue for OpenOffice

patch which was committed to trunk.