RESOLVED FIXED 116061
Headers and footers should be pinned to the left edge of the window when scrolling horizontally
https://bugs.webkit.org/show_bug.cgi?id=116061
Summary Headers and footers should be pinned to the left edge of the window when scro...
Beth Dakin
Reported 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>
Attachments
Patch (19.64 KB, patch)
2013-05-13 14:36 PDT, Beth Dakin
webkit-ews: commit-queue-
Patch, attempting to fix builds (21.05 KB, patch)
2013-05-13 14:51 PDT, Beth Dakin
simon.fraser: review+
Beth Dakin
Comment 1 2013-05-13 14:36:51 PDT
Early Warning System Bot
Comment 2 2013-05-13 14:42:24 PDT
EFL EWS Bot
Comment 3 2013-05-13 14:42:58 PDT
Early Warning System Bot
Comment 4 2013-05-13 14:43:06 PDT
EFL EWS Bot
Comment 5 2013-05-13 14:43:27 PDT
Beth Dakin
Comment 6 2013-05-13 14:51:37 PDT
Created attachment 201636 [details] Patch, attempting to fix builds
Simon Fraser (smfr)
Comment 7 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().
Beth Dakin
Comment 8 2013-05-13 16:15:39 PDT
Note You need to log in before you can comment on or make changes to this bug.