Changeset 273900 in webkit


Ignore:
Timestamp:
Mar 4, 2021 10:19:15 AM (17 months ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Audits Tab: nothing happens when clicking "Start" button in the content area placeholder text
https://bugs.webkit.org/show_bug.cgi?id=222740
rdar://75008042

Patch by Razvan Caliman <Razvan Caliman> on 2021-03-04
Reviewed by Devin Rousso.

  • UserInterface/Views/AuditTestContentView.js:

(WI.AuditTestContentView.prototype.showNoResultPlaceholder):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r273865 r273900  
     12021-03-04  Razvan Caliman  <rcaliman@apple.com>
     2
     3        Web Inspector: Audits Tab: nothing happens when clicking "Start" button in the content area placeholder text
     4        https://bugs.webkit.org/show_bug.cgi?id=222740
     5        rdar://75008042
     6
     7        Reviewed by Devin Rousso.
     8
     9        * UserInterface/Views/AuditTestContentView.js:
     10        (WI.AuditTestContentView.prototype.showNoResultPlaceholder):
     11
    1122021-03-03  Devin Rousso  <drousso@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/AuditTestContentView.js

    r270134 r273900  
    347347            startNavigationItem.addEventListener(WI.ButtonNavigationItem.Event.Clicked, function(event) {
    348348                WI.auditManager.start([this.representedObject]);
    349             }, startNavigationItem);
     349            }, this);
    350350
    351351            let importHelpElement = WI.createNavigationItemHelp(WI.UIString("Press %s to start running the audit."), startNavigationItem);
Note: See TracChangeset for help on using the changeset viewer.