Bug 116061

Summary: Headers and footers should be pinned to the left edge of the window when scrolling horizontally
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, cmarcelo, commit-queue, eflews.bot, esprehn+autocc, glenn, gyuyoung.kim, jamesr, luiz, sam, simon.fraser, thorton, tonikitoo, webkit-ews
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
webkit-ews: commit-queue-
Patch, attempting to fix builds simon.fraser: review+

Description Beth Dakin 2013-05-13 14:26:00 PDT
Headers and footers should stay fixed on the horizontal axis, but they should scroll normally on the vertical axis.

<rdar://problem/13599215>
Comment 1 Beth Dakin 2013-05-13 14:36:51 PDT
Created attachment 201634 [details]
Patch
Comment 2 Early Warning System Bot 2013-05-13 14:42:24 PDT
Comment on attachment 201634 [details]
Patch

Attachment 201634 [details] did not pass qt-ews (qt):
Output: http://webkit-queues.appspot.com/results/468205
Comment 3 EFL EWS Bot 2013-05-13 14:42:58 PDT
Comment on attachment 201634 [details]
Patch

Attachment 201634 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/427976
Comment 4 Early Warning System Bot 2013-05-13 14:43:06 PDT
Comment on attachment 201634 [details]
Patch

Attachment 201634 [details] did not pass qt-wk2-ews (qt-wk2):
Output: http://webkit-queues.appspot.com/results/346911
Comment 5 EFL EWS Bot 2013-05-13 14:43:27 PDT
Comment on attachment 201634 [details]
Patch

Attachment 201634 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/464403
Comment 6 Beth Dakin 2013-05-13 14:51:37 PDT
Created attachment 201636 [details]
Patch, attempting to fix builds
Comment 7 Simon Fraser (smfr) 2013-05-13 16:04:38 PDT
Comment on attachment 201636 [details]
Patch, attempting to fix builds

View in context: https://bugs.webkit.org/attachment.cgi?id=201636&action=review

> Source/WebCore/rendering/RenderLayerCompositor.cpp:2557
>      m_layerForHeader->setPosition(FloatPoint(0, 0));
> +    m_layerForHeader->setAnchorPoint(FloatPoint3D(0, 0, 0));

These could just be FloatPoint(), FloatPoint3D().
Comment 8 Beth Dakin 2013-05-13 16:15:39 PDT
Thank you!

http://trac.webkit.org/changeset/150043