Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #51812, comment 67


Ignore:
Timestamp:
02/18/2021 11:20:20 AM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51812, comment 67

    v2 v3  
    22> Opening a 'View details' thickbox on the plugins.php page results in a the close button to be non-functional giving the following console error.
    33
    4 Thanks, I was able to reproduce. It looks like the `blur()` method there is not the jQuery method, but is a [https://developer.mozilla.org/en-US/docs/Web/API/HTMLOrForeignElement/blur regular JS method instead], so can be reverted to just `this.blur()`.
     4Thanks, I was able to reproduce.
     5
     6It looks like the `blur()` method there is not the jQuery method, but is a [https://developer.mozilla.org/en-US/docs/Web/API/HTMLOrForeignElement/blur regular JS method] instead, so can be reverted to just `this.blur()`.