[Webkit-unassigned] [Bug 144717] New: Web Inspector: Tabs: Conflicts with multiple Formatters per SourceCode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 15:17:43 PDT 2015


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

            Bug ID: 144717
           Summary: Web Inspector: Tabs: Conflicts with multiple
                    Formatters per SourceCode
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Tabs: Conflicts with multiple Formatters per SourceCode,

With the new Tab design, there may be multiple SourceCodeTextEditors per-SourceCode. Previously this was a 1-to-1 relationship and we asserted as such. This can lead to subtle issues, and we may want to reconsider how this works.

* SCENARIO
1. Open editor for SourceCode X in Resources tab
  => pretty printing creates formatter A for X
2. Open editor for SourceCode X in Debugger tab
  => pretty printing creates formatter B for X
3. Modify the resource in the Debugger tab
  => view for X differs between Resources and Debugger tabs
  => if you re-pretty-print, a new formatter C is created which is different from the others
  => if you un-pretty-print you can wipe out a formatter for another tab

* NOTES
How do other editors handle the same file open in multiple tabs? Is there just one "editor" per resource, but that view can show up in multiple places? Similar to how we handle the LogContentView for the Console Tab and Split Console.

-- 
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/20150506/d1a2ecdf/attachment-0001.html>


More information about the webkit-unassigned mailing list