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 449160 - [blocked] Fieldset html tag creates panel with wrong children
[blocked] Fieldset html tag creates panel with wrong children
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 2.20.0
Assigned To: Scott Haeger
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2007-06-19 15:18 UTC by Scott Haeger
Modified: 2008-07-22 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott Haeger 2007-06-19 15:18:35 UTC
This is a tracking bug for Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=385024 .  

This Firefox bug creates a panel accessible with the wrong number of children and includes <dead> accessibles for every real accessible.
Comment 1 Scott Haeger 2007-06-19 15:45:35 UTC
This is a general bug which affects iterating through the accessible tree and is responsible for the bandaid in findNextObject() in Gecko.py.  It was originally patched here.  http://bugzilla.gnome.org/show_bug.cgi?id=447191
Comment 2 Scott Haeger 2007-07-24 16:51:57 UTC
The Mozilla bug has been fixed and verified with Accerciser.  I believe the bandaid in findNextObject() is a good safeguard and should remain.