[Webkit-unassigned] [Bug 53588] New: Web Inspector: Make TextViewer editable (ala IDE)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 06:26:47 PST 2011


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

           Summary: Web Inspector: Make TextViewer editable (ala IDE)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aandrey at google.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


Make TextViewer editable. Now it's possible to make changes in live-edit mode using double-click to start editing. Would be better to have its content editable like in classic IDEs.

Here is an overview of the plan to accomplish this:

1) Migrate from TABLE to DIV.

2) Implement editing (aka IDE) via HTML5's contentEditable.

3) Add new UI elements to support the IDE functionality (e.g. indicator that the source code has been changed, Save and Revert buttons and etc.).

4) Support the changes on the backend side, remove Live Editing in favor of the IDE.

5) Rename TextViewer to TextEditor.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list