Make WordPress Core

Opened 14 years ago

Closed 11 years ago

#13942 closed defect (bug) (fixed)

Logged-out notice in post edit page is easily missed

Reported by: ranyanivhartstein's profile RanYanivHartstein Owned by:
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.0
Component: Editor Keywords: ux-feedback has-patch
Focuses: Cc:

Description (last modified by lloydbudd)

When a user gets logged out during post editing, a small warning appears bellow the post editor, next to the word count. This warning states that changes will not be saved until user logs in again - but it's a small notice and is very easily missed.

Since this can be potentially catastrophic for users writing long posts while relying on auto-save, a bigger and more prominent notice probably makes more sense.

Repro

ENV: WP 3.0

This bug can be reproduced in WordPress 3.0 by opening two tabs – one tab with a blog’s Dashboard, and another tab with the same blog’s New Post page. In the Dashboard, click Logout, then switch to the New Post tab. Here, enter any text in the post’s title, then hit Tab to switch to the editor. This will trigger the permalink preview, which will in turn trigger the notice about being logged out: “ALERT: You are logged out! Could not save draft. Please log in again.”

Additional Details

The notice comes from wp-admin/admin-ajax.php, in line 36.

Currently behavior was introduced by #7630, where it was already noted "maybe something more obvious needed"

Attachments (3)

2010-06-17-13-58-42.png (71.6 KB) - added by RanYanivHartstein 14 years ago.
Screen shot of the notice displayed when user gets logged out while writing a post
admin-ajax.php.diff (699 bytes) - added by dangayle 14 years ago.
Added span with class "error" to highlight problem
2010-07-08.png (9.3 KB) - added by dangayle 14 years ago.
Screenshot of patched results

Download all attachments as: .zip

Change History (16)

@RanYanivHartstein
14 years ago

Screen shot of the notice displayed when user gets logged out while writing a post

#1 @lloydbudd
14 years ago

  • Description modified (diff)
  • Milestone changed from Unassigned to Future Release
  • Version set to 3.0

#2 @lloydbudd
14 years ago

  • Description modified (diff)

@dangayle
14 years ago

Added span with class "error" to highlight problem

@dangayle
14 years ago

Screenshot of patched results

#3 @dangayle
14 years ago

  • Cc dangayle added

#4 @dangayle
14 years ago

  • Keywords has-patch added

#5 @RanYanivHartstein
14 years ago

I feel the current patch does not fully address the original issue. The current notice, even with stronger colors, is too subtle and unobtrusive. I don't see any point in letting users continue writing after they are logged out - we are literally setting them up to lose all their work.

If it were me, I would want this notice to be as obvious as possible. It should literally make me stop what I'm doing and log out again, because otherwise I will almost certainly lose my work.

This is what happens when you are logged out of Google Docs: http://grab.by/7Rie

The whole screen is blackened and a notice appears telling you you can't do anything until you log back in.

#6 @lloydbudd
14 years ago

The current and proposed solutions also doesn't address people that are authoring in full screen mode.

#7 @SergeyBiryukov
13 years ago

  • Keywords changed from ux-feedback, has-patch to ux-feedback has-patch

Related: #20599

A better UX for logged out posting is in the P2 theme. It opens a popup saying you're logged out and disables the form posting capability.

Version 3, edited 13 years ago by SergeyBiryukov (previous) (next) (diff)

#8 @mbijon
13 years ago

  • Keywords 2nd-opinion added

I think I prefer the P2 UX to the one in the patch above. I noted that in #20599, but am closing that one as a duplicate of this.

My input from there:
A better UX for logged out posting is in the P2 theme. It opens a popup saying you're logged out and disables the form posting capability. Can we attempt a similar, more-obvious UX for both the editing page and distraction-free editor?

This bug and improved logged out notice are detailed better here by Daniel Bachhuber: http://danielbachhuber.com/2012/05/01/notify-when-logged-out/

#9 @danielbachhuber
13 years ago

  • Cc wordpress@… added

#10 @mbijon
13 years ago

  • Cc mike@… added

#11 @ethitter
12 years ago

  • Cc erick@… added

#12 @MikeHansenMe
11 years ago

  • Cc mdhansen@… added
  • Keywords close added

This problem has been addressed by the new heartbeat modal that shows when you get logged out during writing. In addition a local storage backup is saved to avoid the content loss. I did find a small related bug but will open a new ticket for it. Proposing close.

Last edited 11 years ago by MikeHansenMe (previous) (diff)

#13 @DrewAPicture
11 years ago

  • Keywords 2nd-opinion close removed
  • Milestone changed from Future Release to 3.6
  • Resolution set to fixed
  • Status changed from new to closed

Let's call this fixed as of [23692], see #23216.

Note: See TracTickets for help on using tickets.