[Webkit-unassigned] [Bug 45417] New: -webkit-box-shadow works for input(type=text) but not input(type=search)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 15:51:37 PDT 2010


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

           Summary: -webkit-box-shadow works for input(type=text) but not
                    input(type=search)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mats.ahlgren at gmail.com


filed from downstream (chromium project):
http://code.google.com/p/chromium/issues/detail?id=54577
_____________________

Chrome Version (from the about:version page): 6.0.437.3dev
Is this the most recent version:              yes?
OS + version:                                 Ubuntu (verson=Karmic)
CPU architecture (32-bit / 64-bit):           64bit

Affected platforms:
- windows chromium
- windows safari
- linux chromium
___________

What steps will reproduce the problem?

.search {
    width:50%;
    background:hsla(0,0%,0%, 0.3);
    border:none;
    -webkit-box-shadow:inset 0.3em 0.3em 0.5em hsla(0,0%,0%, 0.5);
    border:1px inset white;
    -webkit-border-radius:0.2em;
    color:white;
    text-shadow:0.2em 0.2em 0.2em black;
    font-weight:bold;
    padding:0.3em;
}

<input type="text" value="search (alt-S)" class="search"/> Has box shadow (correct behavior)

<input type="search" value="search (alt-S)" class="search"/> Does NOT have box shadow (incorrect behavior)
_______________

Comment 2 by estade at chromium.org:
this repros on windows and linux chrome as well as windows safari. Oddly enough, each of these three browsers has a different background color for the search box, but none of them has a shadow. please file upstream at bugs.webkit.org

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