-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Not obvious display menu changes item or preview change #704
Comments
As intermediate step, there was the idea to record changes in the "display" into the history (both on the object and the container in case of default view changes). |
I have also faced this problem over and over so +1 on Display being less prominent, but not inside Edit, which is a full page load away (btw one of any CMS's slower kind of views). Optimal solution needs more discussion but until then I'm +1 on previous positioning inside the generic "More options" toolbar item, together with portlet management, since both are less-then-everyday tasks therefore don't need first-sight priority. +1 on recording history. |
👍 on recording this on the history and probably on the event log also |
recording in history would be nice and does no harm but I'm not sure it would do much to solve the issue that it's not obvious what display does and not enough warning is given about such a big change. more options is not an option now. the idea of a combined 2nd menu just didn't work. and it also isn't really explaining display either. I think an overlay or page for display would be good and I don't think it matters it's an extra load. are we sure it's an action that happens that often? |
Thanks, I'm more convinced with ToC and Presentation Mode examples. And since I believe Display is way less needed and used than Edit, I guess we could go with the extra load (hoping it doesn't decrease too much edit page load time). Only two reservations: a) it seems more intuitive and Plone-ish to edit a folder to set its default page than editing the page and b) I think Display deserves its own tab, mostly because that's secondary to primary fields and most of times user will stick to default view. Still, I didn't follow the reasons why "combined 2nd menu didn't work". That would avoid the load and make Display less prominent. Previews could then be tooltipped to the right for each available option. |
It might work selecting the default page in either the page or folder. On Tue, 21 Jul 2015 18:29 Davi Lima de Medeiros [email protected]
|
“combined 2nd menu didn’t work”: |
I'm +1 for anything solution that provides a preview before committing to a new display. BTW.. The word "display" feels wrong, from a user perspective. As a normal user I would expect a menu named "content layout" or "content template". In fact, when I explain the display idea to persons I almost always end up talking about layouts. This may need to be another issue, but adding it here first for what it is worth. |
I just had another urgent support request for this same issue. We need a quick win solution |
+1 To chime in, this is indeed a returning support issue where the display menu in the Plone toolbar is too powerful and 'instantanious' for beginning editors to realise what they are doing. for me personally collective.sidebar seem a promising replacement for the default plone toolbar for me where there's more place (and better popup menu control) with a simpler visual layout where it's easier to implement easy/pro version of the menu's and space to add help texts. A second, related issue with the display menu, is a selected default page. Either editors switch the display menu to something else and ruin their homepage/landing page, or they delete the selected default page from the folder because they don't realise the content items is used like that (note the asterisk, note the asterisk, I tell with content editing training). deleting a default paged item should get noticed by linkintegrity, which isn't the case in Plone 5.1 at the moment. But that should probably get it's own issue, if it's not already there. |
@fredvd I'd create the "deleting default page" as a seperate UX bug ticket. I haven't seen it. It's a good thing to fix. |
I close the issue, because it addresses Plone 5.1 which is no longer supported. |
User problem
A common mistake is to click on display because someone wasn't sure what it did and changed it from a default view to something else. They aren't sure what happened or how to get it back again and sometimes don't notice something changed until much later.
(from UX hitlist )
options
1. Toolbar -> Edit folder -> layout tab -> pick layout -> save.
Remove display dropdown and make it part of "edit" of the folder (or any folderish type) as a seperate "layout" tab via a behaviour.
How (1) might look (but as seperate tab)
pros/cons:
2. toolbar -> layout (modal) -> select layout -> save
Display becomes a popup rather than a submenu. Similar to (1) but can't edit the content at the same time.
rename to layout
The words
layout
ortemplate
are closer to what the user expects. Display does explain this feature well.3. Mosaic and folderish content
Get rid of the display idea entirely by using folderish content and tiles adjust how an item is displayed see #519
4. Version display changes
Changes to display go into version history. The user can then revert it themselves. Then user has the option to revert it themselves if they made a mistake.
6. tooltips on existing menu
7. popup confirmation dialog
related problems
Internal
The text was updated successfully, but these errors were encountered: