-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace the fullscreen "exit" icon with a back arrow #10813
Comments
I personally like this and it ties into other patterns, but let's consider how we slip under UI freeze, even if we can. cc @mtias and @jasmussen. |
I dig it. Though I have a personal preference for the arrow with a stem, but that opinion isn't strong. To get this in after the UI freeze, I would suggest that the change needs to be really OMG important, or fix a bug. I'm not sure this classifies as either, given it's an icon change to a non-default interface mode. I also think it would be a nice quick win once phase 2 gets underway. But that's just my opinion. |
Personally, I've found the behaviour of this link very disjointing from muscle memory patterns. Even though I know what this link does, I find the fact that it leads to the post list table to be jarring. I repeatedly expect it to exit full screen mode. I do understand however that if someone has full screen mode as the default for their editor instance, that they will land on here from the post lists table so in that context it makes sense. However I find that its more jarring when enabling full screen for the first time. I propose making this more context aware, which means:
|
If the link to the posts list is going to stay, from an accessibility perspective the "back" icon would be better and the aria-label / tooltip should just be "Back". See https://www.w3.org/TR/WCAG21/#label-in-name However, I'd consider to review the overall functionality shortly after 5.0. There are many places in core where a link points to the edit post page. Just search for all the occurrences of When full screen mode is on and users come from one of these places, why they should be brought back to the posts list? |
Some other considerations (brought up in slack chat):
I realize this link was put in place partially because general navigation is hidden in full screen mode but I don't think the current implementation is a good long term solution. |
As per the notes in #10813, this PR updates the full screen "Exit" icon with a "Back" icon and label instead. This icon is more common across the web, and will thus be a bit less confusing for users. Note: The original issue suggested using a Material icon, but I've just swapped this out with the equivalent Dashicon for simplicity in implementtion. If someone knows how to swap that out with a SVG, go for it. 👍
👋 I opened a quick PR to keep this moving along: #13403 I'm also up for exploring @youknowriad's suggestion above:
That seems reasonable to me, and might be a good solution too. |
This seems overly complex to me, with complex rules for when and when not to. I'm not sure as a user I'd know what was going on here. I'm sorry I missed the chat where this was suggested, and it's not the end of the world if it has to be this way, but it doesn't feel like a win. If the problem we're trying to solve is the following:
... then as a strawman argument, can't we do a |
That seems reasonable to me too. 😄 It would probably end up being a bit more expected than the current behavior. |
As per the notes in #10813, this PR updates the full screen "Exit" icon with a "Back" icon and label instead. This icon is more common across the web, and will thus be a bit less confusing for users. Note: The original issue suggested using a Material icon, but I've just swapped this out with the equivalent Dashicon for simplicity in implementtion. If someone knows how to swap that out with a SVG, go for it. 👍
Icon (dashicon) and label were updated in #13403. Should we close this issue or do you want iterate on it? |
Let's close for now. 👍 This ticket was opened purely to adjust the icon. Discussion around the function of that button can be handled in a separate ticket if needed. |
As per the notes in #10813, this PR updates the full screen "Exit" icon with a "Back" icon and label instead. This icon is more common across the web, and will thus be a bit less confusing for users. Note: The original issue suggested using a Material icon, but I've just swapped this out with the equivalent Dashicon for simplicity in implementtion. If someone knows how to swap that out with a SVG, go for it. 👍
As per the notes in #10813, this PR updates the full screen "Exit" icon with a "Back" icon and label instead. This icon is more common across the web, and will thus be a bit less confusing for users. Note: The original issue suggested using a Material icon, but I've just swapped this out with the equivalent Dashicon for simplicity in implementtion. If someone knows how to swap that out with a SVG, go for it. 👍
A while ago (#9838), we replaced the
x
icon in full screen mode with an exit icon:The exit icon makes sense if you're familiar with it already, but I've heard from a few people that the icon is a little unclear — mostly due to the fact that it's relatively obscure, compared to other alternatives (close icon, back icon, etc.).
For that reason, it might make sense to just switch this to a back arrow instead. A back arrow makes general sense in this context, and the icon will be more widely understood. That seems like a win here.
(via Material Icons)
(cc @alexislloyd)
The text was updated successfully, but these errors were encountered: