WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
64200
column-count does not render correctly
https://bugs.webkit.org/show_bug.cgi?id=64200
Summary
column-count does not render correctly
Stephen Ostrow
Reported
2011-07-08 14:08:18 PDT
Created
attachment 100160
[details]
Screenshot of the example Fancybrowser rending the Example css3_multicol.htm When viewing the example file webkit-guide/css3_multicol.htm provided with QT using the example program webkit/fancybrowser, the page does not display properly. It is not respecting the "column-count" parameters. Environment sostrow@sostrow-desktop:/opt/qt47-dev$ uname -a Linux sostrow-desktop 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:52:38 UTC 2011 x86_64 GNU/Linux sostrow@sostrow-desktop:/opt/qt47-dev$ cat /etc/*-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS" sostrow@sostrow-desktop:/opt/qt47-dev$ git remote -v origin git://gitorious.org/qt/qt.git (fetch) origin git://gitorious.org/qt/qt.git (push) sostrow@sostrow-desktop:/opt/qt47-dev$ git branch -v * 4.7 c47d821 Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration sostrow@sostrow-desktop:/opt/qt47-dev$ cat src/3rdparty/webkit/VERSION This is a snapshot of the Qt port of WebKit from git://gitorious.org/qtwebkit/qtwebkit.git and has the sha1 checksum 6e15c3404d15a8ab72242152ec966e5e388161a2 sostrow@sostrow-desktop:/opt/qt47-dev$ ../qt47/bin/qmake --version QMake version 2.01a Using Qt version 4.7.4 in /opt/wkqt47/lib
Attachments
Screenshot of the example Fancybrowser rending the Example css3_multicol.htm
(93.72 KB, image/png)
2011-07-08 14:08 PDT
,
Stephen Ostrow
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Kulanthaivel Palanichamy
Comment 1
2011-08-18 11:23:32 PDT
WebKit still doesn't recognize 'column-count' property, but '-webkit-column-count' works fine.
Simon Fraser (smfr)
Comment 2
2011-08-26 15:09:53 PDT
We haven't dropped prefixes yet.
Tom Zakrajsek
Comment 3
2011-08-26 15:17:33 PDT
Use -webkit-column-count instead. The W3C spec for the column-count property is not stable enough yet for us to drop the "-webkit-" prefix.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug