Comment 42 for bug 602877

Revision history for this message
In , Alexander Surkov (surkov-alexander) wrote :

(In reply to comment #41)
> Hi, Alexander. Yes, I am testing that caretOffset removes the focus from
> link4. Without this patch, Firefox leaves the focus on link4 while moving the
> caret to heading1, so the second time we call testFocus, the test fails.
>
> With this patch in place, we've still found focus related issues in Firefox, so
> there's more work to do. For example, when the Firefox window is activated,
> there is often no focus event generated by Firefox to tell Orca what has the
> focus. It would be great to get this patch into the hands of the Orca guys so
> we could start tracking down the next set of bugs.

Is "heading1" getting focus event when you set caret offset on it? If it is then I would like to get focus event testing as well (you could use eventQueue object from events.js).