[Webkit-unassigned] [Bug 164371] New: Popup boxes (alert, confirm, prompt) have no content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 10:48:36 PDT 2016


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

            Bug ID: 164371
           Summary: Popup boxes (alert, confirm, prompt) have no content
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Major
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lorp at lorp.org

Created attachment 293776
  --> https://bugs.webkit.org/attachment.cgi?id=293776&action=review
alert box without content

Popup boxes (alert, confirm, prompt) have no content. Typing from the console the following…

alert ("hello");
confirm("Are you sure?");
prompt("Please enter your name", "Harry Potter");

The first two result in empty popups, the third results in a popup with only the default text ("Harry Potter") displayed.

-- 
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/20161103/000964be/attachment.html>


More information about the webkit-unassigned mailing list