[Webkit-unassigned] [Bug 94803] New: Buttons not rendering properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 06:08:05 PDT 2012


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

           Summary: Buttons not rendering properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gh at nsbasic.com
                CC: kevino at theolliviers.com


Created an attachment (id=160143)
 --> (https://bugs.webkit.org/attachment.cgi?id=160143&action=review)
Files to recreate the issue.

Run the following code in the Webview.py sample: (files are attached to make it easy):

<!DOCTYPE HTML>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">   
</head>

<style>
button.jsoneditor-type-object {
  background: url('icon.png');
  width: 24px;
  height: 24px;
  border: 0;
}
</style>

<body >
<button class="jsoneditor-type-object"></button>
</body>
</html>

The problems are:
1. The icon does not show.
2. A border is drawn around the button.

-- 
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