Bug 95172

Summary: [Qt] Enable CSS sticky position
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kenneth, noam, ossy, tmpsantos, vestbo, webkit.review.bot
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 117589    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2012-08-27 23:22:34 PDT
It is enabled on Mac and Chromium. I don't know if there is any reason why it is disabled on Qt.
Attachments
Patch (3.08 KB, patch)
2012-08-27 23:24 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2012-08-27 23:24:50 PDT
Csaba Osztrogonác
Comment 2 2012-08-27 23:48:07 PDT
Comment on attachment 160911 [details] Patch Clearing flags on attachment: 160911 Committed r126848: <http://trac.webkit.org/changeset/126848>
Csaba Osztrogonác
Comment 3 2012-08-27 23:48:12 PDT
All reviewed patches have been landed. Closing bug.
Kenneth Rohde Christiansen
Comment 4 2012-08-28 01:32:41 PDT
Is it actually working? It has to tie into our fixed position code on the UI process. It basically allows to have elements scroll with the contents until it hits it sticky position (say top) and then it will turn into a fixed positioned element. As everything is known beforehand, there will be no glitch when switching from one to the other. It is specified decoratively and not using javascript
Note You need to log in before you can comment on or make changes to this bug.