On Fri, May 9, 2008 at 12:55 AM, Jeremy Maitin-Shepard <[EMAIL PROTECTED]> wrote: > This may actually a problem with gmail itself: it may be that the keys > are all bound in some iframe, rather than the top-level frame, and > pressing tab serves to set focus to that iframe.
Yes, this appears to be the case. Further, it appears to be the case that the autofocusing code in the gmail page mode is focusing the wrong iframe. I've modified gmail_focus_primary_frame locally to focus frame[3], while what's in git focuses frame[2]. This fixed all of my focus problems, apart from occasional loss of focus, and then ESC fixes it. Brian. _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
