-
Notifications
You must be signed in to change notification settings - Fork 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
Editor: Sticky Button is seemingly hidden #18217
Comments
Someone asking about #779927-zen |
Thanks @rantoncuadrado :) |
A number of reports are also in this duplicate issue: #19575 |
Influx of reports since yesterday. What was changed? |
@rachelmcr can you confirm that we're talking about not only the orange label but also about the toggle under the Status tab? Support docs were recently updated with this change: https://en.support.wordpress.com/post-visibility/#sticky-posts So it looks like we removed the toggle from the Status tab and left only the small orange label / flag. |
Thanks for pointing that out @eduardozulian My user said the same thing that the sticky toggle is now suddenly gone from the sidebar. |
Thanks for bringing this up again @ehti -- we'll take a look ("we" = someone on Delta teams). |
I have two new reports of this in the forums:
I believe that these users are still able to access this function through wp-admin, and the issue is only in Calypso. Commenting now to confirm. |
Two more reports here: http://en.forums.wordpress.com/topic/sticky-post-option-not-available-under-post-settings |
The option is actually still there as an invisible flag in Calypso (not under the Status section):
|
@michaeldcain The toggle seems to be missing from the post settings. |
We've got another report here: https://twitter.com/ohgrowup/status/928387784712134656 |
FYI, Looking in to this right now. |
I believe this is a regression from the last couple of days in wp-calypso as a branch I had from a couple of days ago still showed it. I can run a git bisect to find the PR that removed this if you like. |
Here's what I see in my debugging when looking at the properties that are used in the conditional that renders the component. The post type is missing - chances are this relates to one of my recent commits 😬 {
type: undefined,
isPostPrivate: false,
isPasswordProtected: false
} |
Thanks Alister, I was just heading back to say the same! |
A quick fix for the discussed issue open @ #19620 This doesn't close the original issue, though @michaeldcain has cleared that issue up (thanks!). |
Thanks for finding the original discussion @michaeldcain :) I've some thoughts on this... cc/ @shaunandrews have you any opinions on this? |
A few options:
|
I like this :)
I'd rather see it left in the Post Settings space as well, since people are used to accessing it there. Is it okay to have more than one way to sticky a post? |
I'm personally in favor of this as it doesn't make sense to duplicate the functionality that's already under Post Settings. It just gets confusing. Either make it informational or remove the flag/icon. |
I am closing this as the classic editor in calypso is being deprecated in favor of the block editor. If needed, please feel free to reopen. |
Steps to reproduce
What I expected
Expected to see a bookmark icon that, when clicked, toggles the 'sticky' status of my post.
What happened instead
The icon is not visible (to the eye) but is clickable if you click in the right place.
Screenshot / Video
Context / Source
Refactoring the element, I was looking for it in the UI to write a test plan.
The text was updated successfully, but these errors were encountered: