Re: [webkit-dev] Touch operation corrupts screen when specifying other than overflow:visible in css

2012-10-18 Thread Brian Weinstein
Please file a bug at https://bugs.webkit.org with the component WebKit Misc. and attach your test case as an HTML file. Please also CC me on it (bweinst...@apple.com). Thanks! Brian Weinstein On Oct 17, 2012, at 12:58 AM, HIDEKI YOSHIDA wrote: > Hi, > > On a windows 7 tablet, PAN operation

[webkit-dev] WebKit & DOM 3 Events

2012-10-18 Thread Wez
Hello WebKitters, The DOM 3 Events spec seems to have reached a reasonably stable state. Is there interest in updating WebKit to match the spec, e.g. in areas like keyboard input, where WebKit currently implements an older draft? Thanks, Wez @ Google

Re: [webkit-dev] Canvas Layout Behaviour after Device Orientation Change

2012-10-18 Thread Pierre-Antoine LaFayette
Ok great! That'll help with debugging. What would be the expected layout of the img of that size after an orientation change? Or if there is a specification of this somewhere could you point me in the right direction? Thanks, Pierre On 18 October 2012 16:23, Simon Fraser wrote: > The behavior

Re: [webkit-dev] Canvas Layout Behaviour after Device Orientation Change

2012-10-18 Thread Simon Fraser
The behavior should be exactly the same as it would be for . The fact that it's a canvas should not affect layout behavior. Simon On Oct 18, 2012, at 12:21 PM, Pierre-Antoine LaFayette wrote: > I'm looking at a layout issue on mobile and would like someone to help > clarify what behaviour wo

[webkit-dev] Canvas Layout Behaviour after Device Orientation Change

2012-10-18 Thread Pierre-Antoine LaFayette
I'm looking at a layout issue on mobile and would like someone to help clarify what behaviour would be expected. Below I will describe this issue: The web page is composed of a 1024x1024 canvas with style="width:100%; height: 100%", does not specify viewport meta tag, rather just uses the platform

Re: [webkit-dev] [chromium] as of r131699, the chromium port no longer uses any baselines from LayoutTests/platform/mac

2012-10-18 Thread Dirk Pranke
It's not a tree, it's still a DAG, because of the wk2 baselines as Adam says. Note that my change didn't really change the shape of the tree (previously all the chromium ports fell back to platform/chromium then platform/mac, then the generic results. I just removed a node). -- Dirk On Wed, Oct 1