Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#47572 closed defect (bug) (fixed)

You can no longer double click the content of a comment to edit in on edit-comments

Reported by: atimmer's profile atimmer Owned by: atimmer's profile atimmer
Milestone: 5.3 Priority: normal
Severity: normal Version: 5.1
Component: Comments Keywords:
Focuses: javascript Cc:

Description

When you double click the text of a comment on the edit-comments screen it will no longer open the quick edit for that comment. This has been the case since [42767].

Attachments (1)

47572.diff (529 bytes) - added by atimmer 5 years ago.

Download all attachments as: .zip

Change History (5)

@atimmer
5 years ago

#1 @atimmer
5 years ago

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

In 45553:

Comments: Open comment quick edit on double click.

In [42767] the quick edit button changed from a link to a button. This caused the jQuery code that selects on a link to no longer work. This commit restores the previous behavior.

Fixes #47572.
See #43382, #38677.

#2 @atimmer
5 years ago

  • Keywords has-patch removed

#3 @netweb
5 years ago

  • Milestone changed from Awaiting Review to 5.3

#4 @afercia
5 years ago

Thanks @atimmer!

Note: See TracTickets for help on using tickets.