[chromium-dev] scrolling a text area with shift-pgdn

2009-11-12 Thread John Tamplin
One thing that drives me nuts using GMail in Chrome compared to Firefox, is the behavior of PgDn in a text area while holding shift. In Firefox, PgDn extends the selection as well as scrolling the text area. In Chrome, it leaves the selection alone and scrolls the text area. Does anyone else

Re: [chromium-dev] scrolling a text area with shift-pgdn

2009-11-12 Thread Ojan Vafai
This is a long-standing WebKit bug. The current behavior is correct for Mac. Linux/Win should behave as you expect. Patches welcome. :) On Thu, Nov 12, 2009 at 8:20 AM, John Tamplin j...@google.com wrote: One thing that drives me nuts using GMail in Chrome compared to Firefox, is the behavior

Re: [chromium-dev] scrolling a text area with shift-pgdn

2009-11-12 Thread Peter Kasting
On Thu, Nov 12, 2009 at 9:41 AM, Ojan Vafai o...@google.com wrote: This is a long-standing WebKit bug. The current behavior is correct for Mac. Linux/Win should behave as you expect. Patches welcome. :) Isn't this one of the things you had a patch for that you just haven't committed due to

Re: [chromium-dev] scrolling a text area with shift-pgdn

2009-11-12 Thread Ojan Vafai
On Thu, Nov 12, 2009 at 9:46 AM, Peter Kasting pkast...@google.com wrote: On Thu, Nov 12, 2009 at 9:41 AM, Ojan Vafai o...@google.com wrote: This is a long-standing WebKit bug. The current behavior is correct for Mac. Linux/Win should behave as you expect. Patches welcome. :) Isn't this

Re: [chromium-dev] scrolling a text area with shift-pgdn

2009-11-12 Thread Peter Kasting
On Thu, Nov 12, 2009 at 9:52 AM, Ojan Vafai o...@google.com wrote: On Thu, Nov 12, 2009 at 9:46 AM, Peter Kasting pkast...@google.comwrote: Isn't this one of the things you had a patch for that you just haven't committed due to the testing burden? If so, can I beg you again to commit this?

Re: [chromium-dev] scrolling a text area with shift-pgdn

2009-11-12 Thread Eric Seidel
Looks like this is the WebKit bug URL: https://bugs.webkit.org/show_bug.cgi?id=21955 On Thu, Nov 12, 2009 at 9:41 AM, Ojan Vafai o...@google.com wrote: This is a long-standing WebKit bug. The current behavior is correct for Mac. Linux/Win should behave as you expect. Patches welcome. :) On