[Webkit-unassigned] [Bug 28113] New: QtWebKit (using the Arora browser) displays the border radii (radius) of a button very ugly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 8 13:39:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28113

           Summary: QtWebKit (using the Arora browser) displays the border
                    radii (radius) of a button very ugly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://perl-begin.org/tutorials/perl-for-newbies/part1
                    /
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shlomif at iglu.org.il


I'm using Arora, which is a browser based on QtWebKit on Mandriva Linux Cooker,
and am trying to use it to render:

http://perl-begin.org/tutorials/perl-for-newbies/part1/

Now it has a button called "Show Navigation Controls", which has the following
CSS:

<<<<<<<<<<<
.toggle_nav_control, .toggle_nav_control:hover
{
    padding: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2pt solid black;
}
>>>>>>>>>>>

Now Firefox and git://xn--55d.com/kickass.git (a WebKit and Perl/Gtk based
browser) displays the button all crisp and beautiful, but it looks horrible on
Arora. It has rounded corners, but they are positively ugly.

I'll attach a screenshot shortly.

Regards,

-- Shlomi Fish

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list