CSS border-radius property is ignored
-
wrote on 25 Feb 2011, 00:52 last edited by
I am having trouble with my web application being viewed in QtWebkit.
When I specify a percent value for the css border-radius propery, eg @border-radius: 5%@ or even @-webkit-border-radius: 5%@ it is completely ignored and I get a square without rounded corners. If I specify a px value, it works fine. Everything is fine in Google Chrome / Chromium which also uses Webkit, so I don't know what is wrong with QtWebkit. Maybe it uses a different version of Webkit. I tried to report this in the qt bug tracker, but the bug form wasn't accepted, claiming it's not specific to QtWebkit (I have no idea how it would have detected that) and I should report it in Apple Webkit's bug tracker, but I know it works in Webkit, because it works in Chrome. -
wrote on 25 Feb 2011, 04:58 last edited by
if you are sure its a bug, then the place to report is "http://trac.webkit.org/wiki/QtWebKitBugs":http://trac.webkit.org/wiki/QtWebKitBugs
-
wrote on 25 Feb 2011, 14:56 last edited by
Do you have a reduction? I can test right away.
WebKit bugs should be reported on "bugs.webkit.org":http://bugs.webkit.org, the link provided by chetankjain explain the process.
We (Qt, Chrome, Safari) use the same bug tracker for WebKit. You can report Qt specific bugs there.
-
wrote on 25 Feb 2011, 15:01 last edited by
[quote author="Benjamin Poulain" date="1298645807"]
WebKit bugs should be reported on "bugs.webkit.org":http://bugs.webkit.org, the link provided by chetankjain explain the process.[/quote]
I stand corrected :) -
wrote on 6 Mar 2011, 18:52 last edited by
I am trying to report the bug, but it requires a version. What version should I specify?
-
wrote on 14 Mar 2011, 14:41 last edited by
[quote author="szh1" date="1299437575"]I am trying to report the bug, but it requires a version. What version should I specify?[/quote]
You can pick the last one. The version is really only useful for Safari.
-
wrote on 14 Mar 2011, 16:48 last edited by
Thanks! I reported the bug at https://bugs.webkit.org/show_bug.cgi?id=56314