[Webkit-unassigned] [Bug 216398] New: Image dimensions ignored on iOS mobile Safari when image is child of button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 23:48:34 PDT 2020


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

            Bug ID: 216398
           Summary: Image dimensions ignored on iOS mobile Safari when
                    image is child of button
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: iPhone / iPad
                OS: iOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tomac at google.com

Created attachment 408516

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

Image dimensions ignored on iOS

An image that is the child of a button has its dimensions ignored on iOS mobile Safari (see screenshot):

<button type="button">
  <img src="icon.png" alt="" width="120" height="120">
</button>

Open https://image-in-button.glitch.me/ on iOS mobile Safari and compare the output to desktop Safari (and all other browsers).

-- 
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/20200911/cc4d65f1/attachment.htm>


More information about the webkit-unassigned mailing list