Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#52618 closed defect (bug) (fixed)

Unable to close plugin details dialog via mouse click

Reported by: peterwilsoncc's profile peterwilsoncc Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.7 Priority: normal
Severity: normal Version: 5.7
Component: Plugins Keywords:
Focuses: javascript Cc:

Description

When viewing a plugins details in a thickbox popover it's not possible to close the popover via a mouse click. This applies to both the close [X] icon and the overlay (ie, neither works). It's still possible to close it via the escape key.

This was introduced in [50367] for #51812 during the 5.7 release cycle.

Attachments (1)

52618.diff (3.3 KB) - added by peterwilsoncc 4 years ago.

Download all attachments as: .zip

Change History (3)

@peterwilsoncc
4 years ago

#1 @SergeyBiryukov
4 years ago

Ah, I thought this was fixed in [50383], but apparently that only fixed the console error and not the actual behavior. Thanks for catching that!

#2 @SergeyBiryukov
4 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 50410:

External Libraries: Correct click event handling in the Thickbox library.

Follow-up to [50367], [50383].

Props peterwilsoncc.
Fixes #52618. See #51812.

Note: See TracTickets for help on using tickets.