Antonio Gomes wrote: > [1] http://www.maemo.org.br/minimo/Screenshot-2.png - sshot curent > tab insertion behavior > > DESIRED: Focus inserted on the first focusable element on the current > viewport. > > [2] http://www.maemo.org.br/minimo/Screenshot.png - sshot > *before* focus insertion > [3] http://www.maemo.org.br/minimo/Screenshot-1.png - sshot *after* > focus insertion > > > So, I have some initial questions about it: > > * is it possible ? >
Sure, you would need to adjust the code in GetNextTabbableContent within the loop to skip over frames that were scrolled out of view. Or, you could just in the case where there was no focus, start looking from the first visible frame. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

