KHTML doesn't render rounded border corners

Bug #414759 reported by Julian Edwards
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Low
Julian Edwards

Bug Description

In a fantastic show of browser developer unity, we already have:

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

in the 3.0 stylesheet. To add to the unity, Konqueror 4.3 uses another styling:

    -khtml-border-radius: 5px;

This is missing from the stylesheet and this Konqueror 3.0 doesn't render round corners on the borders in the side portlets.

Related branches

tags: added: ui
Revision history for this message
Diogo Matsubara (matsubara) wrote : Bug fixed by a commit

Fixed in devel r9122.

Changed in launchpad-foundations:
status: In Progress → Fix Committed
Revision history for this message
Matthew Paul Thomas (mpt) wrote :

(Far be it from me to get in the way of some snarkiness, but the browser vendors are doing exactly what they should here: implementing a CSS property with a browser-specific prefix to get implementation experience, and then using that experience to collaborate on the W3C standard definition for the property. If they didn't do that, life would be harder for Web authors, because different browsers -- or even different versions of the same browser -- would treat exactly the same property in different ways much more often.)

Changed in launchpad-foundations:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.