CSS border-radius property is ignored
-
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. -
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
-
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.
-
[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 :) -
[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.
-
Thanks! I reported the bug at https://bugs.webkit.org/show_bug.cgi?id=56314