Make WordPress Core

Opened 14 years ago

Last modified 6 years ago

#15981 assigned defect (bug)

Quick edit (and other actions) need to cancel AJAX actions

Reported by: nacin's profile nacin Owned by: garyc40's profile garyc40
Milestone: Future Release Priority: low
Severity: normal Version: 3.1
Component: Quick/Bulk Edit Keywords: needs-testing needs-refresh
Focuses: administration Cc:

Description

Right after you click to paginate, sort or try to search something, you may be inclined to click another link on the page. This happens often when I'm browsing, and on a server with a relatively slow AJAX round trip, it can happen quite commonly.

Problem: If you open Quick Edit, then the ajax results should noop. There might be other actions, but this one in particular does not lead to another page (which obviously would kill the ajax).

The reverse is also an issue. You can search, paginate, or sort when Quick Edit is open, and you lose your edit. This might be bad when quick editing a comment, as you could be losing actual content. Searching and paginating might be explicit actions, but it's not difficult to accidentally click a th and trigger a sort, especially if the first row's quick edit (or bulk edit) is open.

I'm not sure what to do here, other than a JS popup for any time a Quick/Bulk Edit is open, asking you if you want to lose your changes.

So again, two things:

  • Kill the AJAX action if Quick Edit is opened. I would consider this lower priority.
  • 'Lose your changes' confirmation for quick edit and bulk edit before an AJAX action. (We can probably fire the AJAX action and trigger the alert simultaneously, but delay processing the results until the confirm() is true.)

Attachments (1)

garyc40-15981.patch (8.7 KB) - added by garyc40 14 years ago.
there's a really big patch for that

Download all attachments as: .zip

Change History (11)

#1 @garyc40
14 years ago

  • Owner set to garyc40
  • Status changed from new to assigned

@garyc40
14 years ago

there's a really big patch for that

#2 @garyc40
14 years ago

Attached a patch with lots of reds and greens. It's complicated because I agree with nacin that it's better UX to delay the processing of the AJAX responses (as well as delaying the change in table headers when sorting) instead of stopping the AJAX requests altogether to display the confirm dialog.

This is a big patch. And it's not a regression either, so I'm thinking whether we should mark this as 3.2-early instead?

#3 @garyc40
14 years ago

  • Keywords has-patch needs-testing added

#4 @nacin
14 years ago

  • Milestone changed from 3.1 to Future Release

You're right, not a regression. Punting.

#5 @nacin
11 years ago

  • Component changed from Administration to Quick/Bulk Edit

#6 @chriscct7
9 years ago

  • Focuses administration added
  • Keywords needs-refresh added; has-patch removed

This ticket was mentioned in Slack in #design by karmatosed. View the logs.


7 years ago

#8 @melchoyce
7 years ago

'Lose your changes' confirmation for quick edit and bulk edit before an AJAX action.

+1

Really rough idea that needs a lot of copy help:

You’re about to move away from Quick Edit and lose your changes. Are you sure you want to do this?

This ticket was mentioned in Slack in #design by boemedia. View the logs.


6 years ago

#10 @melchoyce
6 years ago

  • Keywords ux-feedback removed
Note: See TracTickets for help on using tickets.