On Mon, Aug 01, 2011 at 02:00:51PM -0400, Tim Ramsey wrote: > I answered a bit too quickly, sorry. > > If I am at the very top of the mail message C-q 'space' does nothing > apparent. > If, on the other hand, I am anywhere except the top of the page it scrolls a > bit less than a full page (maybe 90%-95%). > > -Tim Ramsey >
Weird. The extra scrolling is happening because Gmail is grabbing either the keyup or the keydown event associated with the space key and doing their own scrolling. Why they don't seem to do this at the top of the page, I couldn't say (that's the part that is weird). Conkeror's input system only deals with keypress events right now, not keyup or keydown, and that's why some websites can do rude things like this in Conkeror. It's not a problem that is easy to solve (I thought I solved it once, only to find that I had totally borked the input system on OS X). I'll return to the problem again some day. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
