[Webkit-unassigned] [Bug 271043] New: The value attribute is not displayed in an input field with type="email" and multiple attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 01:30:09 PDT 2024


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

            Bug ID: 271043
           Summary: The value attribute is not displayed in an input field
                    with type="email" and multiple attributes
           Product: WebKit
           Version: Safari 17
          Hardware: Mac (Apple Silicon)
                OS: macOS 14
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shirakawa.hiroyuki at velc.co.jp
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Created attachment 470379

  --> https://bugs.webkit.org/attachment.cgi?id=470379&action=review

screenshot

The value of the value attribute is not displayed in an input field with type="email" and the multiple attribute. Changing the type attribute or removing the multiple attribute causes the value of the value attribute to be displayed.
Please check the attached image.

The reproducible HTML is as follows.


<html>
  <body>
    <div>
    input type="email" value="test1 at example.com" multiple<br>
    <input type="email" value="test1 at example.com" multiple />
    </div>
    <div>
    input type="text" value="test2 at example.com" multiple<br>
    <input type="text" value="test2 at example.com" multiple />
    </div>
    <div>
    input type="email" value="test3 at example.com"<br>
    <input type="email" value="test3 at example.com" />
    </div>
  </body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240315/9aa50d9c/attachment.htm>


More information about the webkit-unassigned mailing list