- From: <bugzilla@jessica.w3.org>
 - Date: Mon, 08 Dec 2014 12:25:04 +0000
 - To: public-webapps@w3.org
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27533
            Bug ID: 27533
           Summary: The execCommand() "show UI" argument is unused
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML Editing APIs
          Assignee: ayg@aryeh.name
          Reporter: philipj@opera.com
        QA Contact: sideshowbarker+html-editing-api@gmail.com
                CC: mike@w3.org, public-webapps@w3.org
The spec says "TODO: Define behavior for show UI." in a comment.
In Blink, the showUI argument does nothing, but there are two fixes:
In executeCreateLink:
// FIXME: If userInterface is true, we should display a dialog box to let the
user enter a URL.
In executeInsertImage:
// FIXME: If userInterface is true, we should display a dialog box and let the
user choose a local image.
Since not implementing these seems Web compatible, I suggest making showUI
explicitly do nothing, required merely for legacy compat.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 8 December 2014 12:25:10 UTC