GNOME Bugzilla – Bug 449160
[blocked] Fieldset html tag creates panel with wrong children
Last modified: 2008-07-22 19:28:10 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.
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
The Mozilla bug has been fixed and verified with Accerciser. I believe the bandaid in findNextObject() is a good safeguard and should remain.