[Webkit-unassigned] [Bug 149806] New: <input> of type=checkbox/radio duplicates in DOM when inside a position:fixed; <div>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 07:40:59 PDT 2015


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

            Bug ID: 149806
           Summary: <input> of type=checkbox/radio duplicates in DOM when
                    inside a position:fixed; <div>
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zach.peters at pearson.com

On Safari when using a Webkit View.

If an <input type="checkbox"> or <input type="radio"> is placed inside a <div style="position:fixed;"> then the input will be duplicated outside the div on the body element of the DOM whenever that input is clicked.

I've created an example jsfiddle here http://jsfiddle.net/cy8npxby/ that has the position:fixed; div with a checkbox input inside.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151005/a1cdca23/attachment.html>


More information about the webkit-unassigned mailing list