All,
I would not classify this as a 'fix' but it does make things work a bit
better for me (diff below). Essentially I am commenting out the call to
change focus while in gmail mode. I still do not have C-n and C-p work to
move my page up and down but, even so, this is much better for me.
-Tim Ramsey
diff --git a/modules/page-modes/gmail.js b/modules/page-modes/gmail.js
index 7159b1d..6196b72 100644
--- a/modules/page-modes/gmail.js
+++ b/modules/page-modes/gmail.js
@@ -66,9 +66,9 @@ var gmail_modality = {
};
function gmail_focus_primary_frame (buffer) {
- var frames = buffer.top_frame.frames;
- if (frames.length >= 4)
- buffer.top_frame.frames[3].focus();
+ // var frames = buffer.top_frame.frames;
+ // if (frames.length >= 4)
+ // buffer.top_frame.frames[3].focus();
}
define_page_mode("gmail_mode",
On Mon, Oct 15, 2012 at 9:07 AM, John J. Foerch <[email protected]>wrote:
> On Wed, Oct 03, 2012 at 09:16:38AM -0400, Tim Ramsey wrote:
> > Hello Conkeror Community,
> >
> > Recently I have been having troubles in GMail mode in Conkeror. The
> focus
> > seems to have changed such that the keyboard shortcuts no longer work
> without
> > manually clicking elements to move the focus (and therefore defeat the
> purpose
> > of a keyboard shortcut). A typical example is when I respond to a message
> > (keyboard shortcut r) it used to go to the reply screen and the focus
> would be
> > in the text area ready to compose a new message. Now, when I type 'r'
> on a
> > message the response screen comes up and I can see the focus go to the
> text
> > area but then immediately the text area loses focus. To start composing
> a
> > message I have to click back in the text area so that it once again has
> the
> > focus.
> >
> > That is only one example of several little annoyances that seem to have
> popped
> > up overnight. I am on a Windows 7 machine and running the Firefox exe
> (with
> > the --app switch) version 15.0.1. My conkeror HEAD is at:
> >
> > commit 34fbea2b8833ad35de12b3718ddff6e232efa060
> > Author: Axel Beckert <[email protected]>
> > Date: Sat Sep 1 11:36:29 2012 +0200
> >
> > Debian package: Add support for xulrunner 17
> >
> > Any one else experience these? Anyone have any fixes?
> >
> > Thanks,
> > -Tim Ramsey
>
> The first thing to try is to see if some small change to
> gmail_focus_primary_frame (like frame number) resolves it.
>
> --
> John Foerch
>
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror