Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15571 closed defect (bug) (fixed)

Bulk action comment keyboard shortcuts not working

Reported by: duck_'s profile duck_ Owned by:
Milestone: 3.1 Priority: high
Severity: normal Version: 2.9
Component: Comments Keywords: has-patch 2nd-opinion
Focuses: Cc:

Description

It seems that the bulk action comment moderation keyboard shortcuts have not been working properly for quite a while now.

In 3.1-alpha $('#comments-form').submit(); does not seem to be firing the form submission properly. Using $('#doaction').click(); works as a workaround, but I'm doubtful that this is a proper fix so any thoughts on a potentially better fix would be good.

Also, once using this workaround the mark as spam action (shift+s) is using the wrong value, markspam should just be spam.

Attachments (1)

15571.click-workaround.diff (1002 bytes) - added by duck_ 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @scribu
13 years ago

  • Milestone changed from Awaiting Review to 3.1
  • Priority changed from normal to high

#2 @ryan
13 years ago

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

(In [16647]) Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571

#3 @ryan
13 years ago

(In [16648]) Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571

Note: See TracTickets for help on using tickets.