GNOME Bugzilla – Bug 608319
When I using firefox 3.6 and jumps for example the 2nd heading levels, the caret does'nt following the change
Last modified: 2010-02-05 21:00:16 UTC
Dear Developers, I found another problem when my Lucid system is upgraded with Firefox 3.6. I known with another bugreport, with Opensolaris contains Firefox 3.5.7 version. Oldest time I not see the following problem with Firefox 3.5.x versions: I would like browsing the www.ubuntu.hu page. When I jumps the 2nd heading levels, and after this I press tab key, the caret does'nt follow the change. Next comment I sending a debug.out file. This problem is not present with 3.5.x Firefox version, I see this problem only Firefox 3.6 version. Orca version is uptodate git master version, and my Lucid system is full updated. I see following traceback message with debug.out file, possible important: Traceback (most recent call last):
+ Trace 220283
s.processObjectEvent(event)
self.listeners[key](event)
string = orca_state.lastNonModifierKeyEvent.event_string
Attila
Created attachment 152470 [details] This debug.out possible shows why happen this problem.
I changed this bug importance with critical, because this bug is present, impossible to using Firefox 3.6 version with right (this bug is not true with 3.5.7 version, I tested). If I reinstalling Firefox 3.6 version, the bug is present. Attila
Created attachment 152650 [details] [review] sanity check to prevent the traceback This patch stops the traceback. Hopefully it will also fix the bug. :-) It has already been committed to master. Attila, could you please pull the latest master and see if the bug is still present? Thanks!
Joanmarie, unfortunately I does'nt see any change. Attila
Created attachment 152663 [details] New debug.out file after I updated Orca Joanmarie, I do a new debug.out file. I found following traceback errors, possible help: Traceback (most recent call last):
+ Trace 220330
orca.setLocusOfFocus(event, None)
orca_state.locusOfFocus)
newLocusOfFocus)
documentFrame = self.getDocumentFrame()
for child in self.app:
for i in xrange(self.childCount):
raise LookupError(e) LookupError
state = event.source.getState()
LookupError above while processing event: object:state-changed:showing I testing now a simple html page with contains headings and links. This document working right if I using Firefox 3.5 or older versions. If you go to the "a rendszer első kipróbálása" heading level and pressing a tab key, the next link is the "a rendszer telepítésének leírása". You found this simple webpage with www.belin.hu address. Attila
Perhaps something happend locating the document frame. Another issue possible related is tabbing away from FF and then give back the focus again. Orca locus of focus get stuck at frame application. Pressing orca + left/right arrow locus of focus is found at document frame. Can anyone check with accerciser the new hierarchy? I have tried to check it with Orca's debug utilities and everything seems the same as 3.5.x
*** This bug has been marked as a duplicate of bug 608149 ***