Re: [webkit-dev] moving focus when clicking on scrollbars

2012-11-01 Thread Ojan Vafai
On Thu, Nov 1, 2012 at 12:32 PM, Peter Kasting wrote: > It seems worth noting over here that on the whatwg discussion for this, > "native" really means "Mac and Ubuntu". Notably it's not clear whether > this matches Windows, which is 90+% of the userbase for Chrome. I am a > little nervous makin

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-11-01 Thread Peter Kasting
It seems worth noting over here that on the whatwg discussion for this, "native" really means "Mac and Ubuntu". Notably it's not clear whether this matches Windows, which is 90+% of the userbase for Chrome. I am a little nervous making blanket statements like "this is native behavior" when we're

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-11-01 Thread Ojan Vafai
On Thu, Nov 1, 2012 at 10:13 AM, Elliott Sprehn wrote: > On Thu, Nov 1, 2012 at 4:42 AM, Maciej Stachowiak wrote: > > I like the idea of being more like native control behavior. > > I agree. I'll update the patch to match Gecko's mostly native, but web > friendly behavior. > Sounds like we all a

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-11-01 Thread Elliott Sprehn
On Thu, Nov 1, 2012 at 4:42 AM, Maciej Stachowiak wrote: > ... > Is our current behavior the same as the "every browser engine, except Gecko" > behavior described above? Yes. - Native *never* moves focus, even if the control is focusable (ex. the wireless networks list in OS X Preferences.app)

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-11-01 Thread Maciej Stachowiak
On Oct 31, 2012, at 9:32 PM, Ojan Vafai wrote: > I'd like to r+ https://bugs.webkit.org/show_bug.cgi?id=96335, but wanted to > give a heads up in case anyone wants to object. > > Every native platform that has scrollbars does *not* move focus when you > click on them. Every browser engine, ex

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Ojan Vafai
On Wed, Oct 31, 2012 at 3:14 PM, Peter Kasting wrote: > On Wed, Oct 31, 2012 at 2:40 PM, Ojan Vafai wrote: > >> On Wed, Oct 31, 2012 at 2:29 PM, Peter Kasting wrote: >> >>> Is there rationale for Gecko's behavior? It sounds a bit strange. >>> >> >> Not that I know of. I haven't talked to anyone

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Peter Kasting
On Wed, Oct 31, 2012 at 2:40 PM, Ojan Vafai wrote: > On Wed, Oct 31, 2012 at 2:29 PM, Peter Kasting wrote: > >> Is there rationale for Gecko's behavior? It sounds a bit strange. >> > > Not that I know of. I haven't talked to anyone at Gecko about it though. > Might be nice to try and find someo

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Ojan Vafai
On Wed, Oct 31, 2012 at 2:29 PM, Peter Kasting wrote: > On Wed, Oct 31, 2012 at 1:32 PM, Ojan Vafai wrote: > >> Every native platform that has scrollbars does *not* move focus when you >> click on them. Every browser engine, except Gecko, moves focus when you >> click on scrollbars *unless* you'r

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Peter Kasting
On Wed, Oct 31, 2012 at 1:32 PM, Ojan Vafai wrote: > Every native platform that has scrollbars does *not* move focus when you > click on them. Every browser engine, except Gecko, moves focus when you > click on scrollbars *unless* you're clicking on the viewport scrollbar > (e.g. clicking on the

[webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Ojan Vafai
I'd like to r+ https://bugs.webkit.org/show_bug.cgi?id=96335, but wanted to give a heads up in case anyone wants to object. Every native platform that has scrollbars does *not* move focus when you click on them. Every browser engine, except Gecko, moves focus when you click on scrollbars *unless*