RESOLVED FIXED 95172
[Qt] Enable CSS sticky position
https://bugs.webkit.org/show_bug.cgi?id=95172
Summary [Qt] Enable CSS sticky position
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.