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 509588 - Header information disappearing in ff3 on minefield page (special case?)
Header information disappearing in ff3 on minefield page (special case?)
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.21.x
Other All
: Normal normal
: 2.22.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2008-01-15 10:00 UTC by Mesar Hameed
Modified: 2008-07-22 19:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
revision 1 (612 bytes, patch)
2008-01-26 06:58 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Mesar Hameed 2008-01-15 10:00:06 UTC
Please describe the problem:
Information of existance of heading is present first time the few lines are browsed, but on consequent reads, the heading seems to vanish.

I cant seem to reproduce the error with my own html, maybe its css positioning that is having an effect?
Also the same page when saved locally and browsed locally doesnt demonstrate this problem.


Steps to reproduce:
visit: http://www.mozilla.org/projects/minefield/
we hear:
"skip to main content link",
down arrow: "mozilla link heading level 1"
down arrow: "mozilla link, about link, developers link," etc

going back up:
pressing up: "skip to main content link",
we were on: "mozilla link, about link, developers link,", what happend to the heading that we read on the way down?

pressing down: 
down: "mozilla link, about link, developers link," etc
again, the heading is not spoken.

The heading is the mozilla link, but the braille doesnt show it to be a heading, neither is the "heading level 1" spoken.



Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Joanmarie Diggs (IRC: joanie) 2008-01-26 06:58:16 UTC
Created attachment 103767 [details] [review]
revision 1

> what happened to the heading that we read on the way down?

I think it took one look at the hierarchically-backwards list of links and decided to find a more reasonable page on which to live. <grin>

The attached doesn't address the backwards list of links, but it solves the reported problem -- at least for me.  With this patch, we call it a heading on the way down and we find it (and call it a heading) on the way back.

It's also regression tested and pylinted.

Jon, please test.  Thanks!!
Comment 2 Mesar Hameed 2008-01-26 12:53:59 UTC
Joanie Good work,

fixed for this example, but i dont have any others to varify on.

"hierarchically-backwards list"?

Looking at the source, i came across another useful thing that we might wish to implement.
Please see bug 512222.
Comment 3 Joanmarie Diggs (IRC: joanie) 2008-01-27 00:43:51 UTC
Thanks Jon.  Patch committed, moving to pending.

As for the backwards list, see bug #508784.  This is also why BBC Radio4's Programmes A through Z list is presented as Z through A.  Content creators do goofy things and that's passed along to us in the hierarchy.  We'd like to not pass the goofiness on to the user. <smile>  Haven't gotten to that one yet....

Comment 4 Mike Pedersen 2008-01-28 17:49:50 UTC
I think this problem is solved.  
Comment 5 Joanmarie Diggs (IRC: joanie) 2008-01-28 19:47:02 UTC
Thanks Mike.  Closing as FIXED.