[Webkit-unassigned] [Bug 60353] New: REGRESSION: Validation message for <input type=range> is not rendered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 6 00:58:05 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60353
Summary: REGRESSION: Validation message for <input type=range>
is not rendered
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: All
Status: NEW
Severity: Normal
Priority: P1
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tkent at chromium.org
CC: dglazkov at chromium.org, dominicc at chromium.org
How to reproduce:
1. Open the following HTML with Google Chrome / Chromium, not Safari:
<form action="">
<input type=range id=range>
<input type=submit id=submit>
</form>
<script>
document.getElementById('range').setCustomValidity('Foo bar');
</script>
2. Click the submit button
Results:
Google Chrome 11 shows a validation message with "Foo bar".
Google Chrome 12 shows nothing.
I confirmed shadow DOM tree for a validation message was correctly created and they were attached.
--
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