[Webkit-unassigned] [Bug 263778] New: Subtle input element repaint issue when changing the type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 06:50:18 PDT 2023


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

            Bug ID: 263778
           Summary: Subtle input element repaint issue when changing the
                    type
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annevk at annevk.nl
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Steps to reproduce:

1. Navigate to https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cinput%20type%3Dfoobar%3E%0A%3Cscript%3E%0Aonclick%20%3D%20()%20%3D%3E%20document.querySelector(%60input%60).type%20%3D%20%60checkbox%60%0A%3C%2Fscript%3E
2. Click in the nested document with the label "Rendered view" (for instance, next to the checkbox)

Expected: a checkbox.

Actual: a checkbox with behind it the remnants of a text box.

-- 
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/20231027/43090fb9/attachment.htm>


More information about the webkit-unassigned mailing list