Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#31875 closed defect (bug) (fixed)

Press This: there is no indication while saving

Reported by: azaozz's profile azaozz Owned by: azaozz's profile azaozz
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.2
Component: Press This Keywords:
Focuses: Cc:

Description

That can result in some data loss especially with slow connection. The user may continue to type after clicking on Save draft, as is seems that "nothing happens".

Attachments (1)

31875.patch (6.0 KB) - added by azaozz 10 years ago.

Download all attachments as: .zip

Change History (4)

@azaozz
10 years ago

#1 @azaozz
10 years ago

In 31875.patch:

  • Show the spinner while saving a post.
  • Don't redirect after saving a draft.
  • Make the "unidentified error" message clearer.

#2 @azaozz
10 years ago

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

In 31992:

Press This:

  • Show a spinner while saving a post.
  • Do not redirect after saving a draft.
  • Make the unidentified error message clearer.

Fixes #31875.

#3 @helen
10 years ago

In 31996:

Spinners: Toggle a class instead of show/hide.

Toggling spinners also now uses visibility instead of display, so that the space is always reserved and nothing moves around unexpectedly.

props cdog, MikeHansenMe, valendesigns.
fixes #22839. see #31875, #30725.

Note: See TracTickets for help on using tickets.