[Webkit-unassigned] [Bug 250729] New: Image controls should not be web exposed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 15:07:31 PST 2023


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

            Bug ID: 250729
           Summary: Image controls should not be web exposed
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: akeerthi at apple.com

The following test case incorrectly displays the image controls button:

<style>
    #image-controls {
        width: 100px;
        height: 40px;
        background-color: yellow;
    }
    button {
        width: 60px;
    }
</style>
<body>
    <div id="image-controls" contenteditable="false">
        <button id="image-controls-button"></button>
    </div>
</body>

-- 
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/20230117/e6f7c0c2/attachment.htm>


More information about the webkit-unassigned mailing list