[Webkit-unassigned] [Bug 117128] New: background-repeat: no-repeat causes buttons to lose native styling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 2 14:26:02 PDT 2013


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

           Summary: background-repeat: no-repeat causes buttons to lose
                    native styling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://tanalin.com/_experimentz/bugs/chrome/button-nat
                    ive-styling/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mtanalin at yandex.ru


Steps to reproduce:

1. Create an HTML document with a form button (e.g. <input type="button" />)
2. Set `background-repeat` for the button to `no-repeat` value. For example, changing default `background-repeat` globally is very useful and used by me all the time:
    * {background-repeat: no-repeat; }

Expected results:

Button should have its native OS styling regardless of `background-repeat` CSS-property value.

Actual results:

The button loses its native OS styling if it has `background-repeat: no-repeat` style.

Additional information

Tested in Safari 6.0.4 via browsershots.org.

The bug affects Chrome/Blink/Webkit only, all other browsers work correctly.

In current nightly build of Chromium/Blink (Webkit fork), the bug is already fixed [1], so the fix may probably be just copied from Blink into Webkit.

[1] http://code.google.com/p/chromium/issues/detail?id=229683

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