WebKit Bugzilla
Attachment 362084 Details for
Bug 194685
: Web Inspector: Canvas: taking a second recording doesn't select the Initial State by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194685-20190214172602.patch (text/plain), 1.54 KB, created by
Devin Rousso
on 2019-02-14 17:26:03 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-02-14 17:26:03 PST
Size:
1.54 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 0f674693d8e97a346bc7be1fce2a5748bc879b77..78bc4bcfef9c6820722bc0dd223ea988f50c40cf 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-14 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: Canvas: taking a second recording doesn't select the Initial State by default >+ https://bugs.webkit.org/show_bug.cgi?id=194685 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/CanvasSidebarPanel.js: >+ (WI.CanvasSidebarPanel.prototype._recordingChanged): >+ > 2019-02-13 Nikita Vasilyev <nvasilyev@apple.com> > > Web Inspector: Styles: valid values in style attributes are reported as unsupported property values >diff --git a/Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js b/Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js >index b5cc3522151f6330a864b036840620ca9b182cd5..1f4a2b326e37f25e97996cd0084251404b980593 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js >+++ b/Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js >@@ -374,6 +374,8 @@ WI.CanvasSidebarPanel = class CanvasSidebarPanel extends WI.NavigationSidebarPan > { > this._recordingTreeOutline.removeChildren(); > >+ this._selectedRecordingActionIndex = NaN; >+ > if (this._recordingProcessingOptionsContainer) { > this._recordingProcessingOptionsContainer.remove(); > this._recordingProcessingOptionsContainer = null;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194685
: 362084