ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Please note this sheet is public and visible to "the internet"
2
3
Added to Tracking Issue?Priority (High/Medium/Low)Where is it lacking polish?DescriptionGithub IssuePossible solution(s)
4
5
MediumAccordion menu structure is visually messyAs the navigation block's CSS has changed, the editor's visual appearance has degraded. This is because the editor extends and overrides those styles. Submenus have incorrect spacing and the icon no longer rotates when expandedhttps://github.com/WordPress/gutenberg/issues/29747Short term - fix the styling issues, long term - solve the dependency issues.
6
7
LowInserter menu options are not ordered in a logical wayItems you can add show based on "frecency" model. May not be intuative.https://github.com/WordPress/gutenberg/issues/33867Possible "Page" should be first. Possibly avoid putting too much onus on the user to choose things. Should be more automatic. Items should stay "where they are" and not move around.
8
9
MediumNew menu creation processNaming a menu is ok, but the naviation block's placeholder doesn't fit the style of the screen. Placeholder more focused on Site Editing but doesn't suite the style of the Nav screen. Doesn't look editable. Looks like it's loading.https://github.com/WordPress/gutenberg/issues/23953Should look very "editable" from the get go. Looks quite "narrow". Missing the inserter top left as it is in the Post Editor.
10
11
LowResponsive stylesSome of the styles could use some finesse on mobile viewports. The editor UI is missing lots of it's core options and features such as access to certain menus. Snackbar notifications are missing.https://github.com/WordPress/gutenberg/issues/29100Low but with some exceptions such as accessing key parts of Gutenberg Edutor interface.
12
13
14
Priority (High/Medium/Low)What bugs are in evidenceDescriptionGithub IssuePossible solution(s)
15
16
LowPage List block can be created, which is unsupportedWhen creating a new menu it's possible to select 'Add all pages', which inserts a Page List block.https://github.com/WordPress/gutenberg/issues/33999There is a proposal to rework the placeholder of the nav block, at which point it could have its own 'Add all pages' option (https://github.com/WordPress/gutenberg/issues/23953). Possibly remove this option and this block. Retain the "Add all pages" but do the insertion manually rather than relying on the Page List block
17
18
MediumTheme opt-in causes editor to look like a mess or crashWhen the theme opt-in is enabled, blocks like Search don't fit the accordion style of the editor. Adding Social Icons causes the editor crash.
https://github.com/WordPress/gutenberg/issues/34265 or https://github.com/WordPress/gutenberg/issues/33969
Disable the theme opt in until core developers have had enough time to improve the feature. Remove the Theme Opt in.
19
20
HighMenu location modal doesn't save settingsThe REST API possibly doesn't support editing multiple menushttps://github.com/WordPress/gutenberg/issues/33815Fix it
21
22
MediumSupport for menu titles that include special chars. Currently if you create a menu that includes a character such as an apostrophe then this doesn't render correctly in the block based screenhttps://github.com/WordPress/gutenberg/issues/34223Fix the point at which the title is output to resolve any special characters and output them correctly. Consider other languages.
23
24
LowURL remains maleable even if link is of fixed typeOn the current screen if I add a "Page" item it remains as a "Page" item which is always locked to the URL represented by that Page entity. In the new editor the UI affords the ability to edit the URL to be anything. Therefore I can create an item with a specific type, but then update the URL to be something else entirely. This becomes very confusing.https://github.com/WordPress/gutenberg/issues/34224Consider disabling ability to enter custom URLs when nav item is of a specific type (ie: Page, Post...etc). Alternatively make system "intelligent" enough to convert the nav item to "custom" if/when the user enters a custom URL.
25
26
LowThe menu switcher doesn't show after deleting a menuWhen deleting a menu, the menu switcher is supposed to display to allow the user to select which menu they'd like to edit (https://github.com/WordPress/gutenberg/pull/29201)https://github.com/WordPress/gutenberg/issues/34255Fix it
27
28
29
Priority (High/Medium/Low)What steps are harder to achieveDescriptionGithub IssuePossible solution(s)
30
31
LowMissing "type" indicators on Nav itemsUnless you click on an individual nav item (and you have the sidebar open) it's not possible to tell at a glance what the "type" (eg: Post, Page, Category...etc) of a given nav item is. The existing Nav screen has indicators next to each item.https://github.com/WordPress/gutenberg/issues/34233Add some indicators for "type" that are visible even without clicking on individual Nav items.
32
33
HighAbility to see nested levels at a glanceOn the existing screen you can immediately see all the levels of a heavily nested nav. On the new screen you have to click to expand the nested levels which becomes a poor experience with heavily nested navigations.
https://github.com/WordPress/gutenberg/issues/23583#issuecomment-903766350
Add clear means to expand all levels of a nested nav "level" in one go. We could automatically expand all levels.
34
35
LowMultiple clicks required to create new menuThe existing screen has a means to create a new menu from a single click. The new screen is a two step process of finding the "hidden" button in the dropdown and then clicking.https://github.com/WordPress/gutenberg/issues/34227Add a button to the top toolbar saying "Create new Menu".
36
37
38
Priority (High/Medium/Low)What steps are not possible to achieve?DescriptionGithub IssuePossible solution(s)
39
40
HighAbility to add items to the Navigation in bulk.Existing screen affords ability to bulk add many items to the Navigation at once. The new screen requires items to be added one by one.https://github.com/WordPress/gutenberg/issues/31667Javier has added a design to the Issue which shows a modal-based UI to facilitate bulk adding items.
41
42
LowBulk removal of itemsThe existing screen allows for selecting multiple nav items that are not immediate siblings and removing them in one go. The new screen only allows this for immediate siblings but does not work if you have to select items that are not next to each other.https://github.com/WordPress/gutenberg/issues/34232Update block selection mechanic to allow for selecting multiple items that are not immediate children by holding CMD or Ctrl and clicking.
43
44
Medium(Improved UX for) nesting via drag and drop.The existing Navigation screen allows you to drag items horizontally in order to nest them. This is supported by the new screen within the List View only and even then the UI/UX isn't very clear (there's a little line that indicates the nesting level when dragging which isn't clear).https://github.com/WordPress/gutenberg/issues/34234Either implement a similar drag to indent UX or a new control in the block toolbar to allow items to be nested (a bit like how you can nest bullet lists in MS-Word or Google docs). Note - this would be possible via list view, but there's a new bug - https://github.com/WordPress/gutenberg/issues/34254. Did we loose this feature from the Nav block - Andrei felt it was previously a feature.
45
46
n/aExtensibilitySome extensibility features are not supported
https://github.com/WordPress/gutenberg/issues/31316, https://github.com/WordPress/gutenberg/issues/31551
Continue to allow the user to opt-out of the navigation editor so that they don't have to disable the Gutenberg plugin
47
48
MediumUser facing help/support is not availableThe old screen had help, the new screen doesn't have any user documentationWhile the screen is a plugin-only feature, an option could be to link to a README on github
49
50
51
Priority (High/Medium/Low)What steps are easier to achieve?DescriptionGithub IssuePossible solution(s)
52
53
Copying contentIt's possible to copy and paste one or more link blocks, even between editorsn/an/a
54
55
Duplicating itemsSimilar to copy/pasting. One or more links can be duplicated. Duplicating a nested menu can allow for a faster workflow.n/an/a
56
57
Important features aren't hiddenThe old menu screen has several important features hidden in 'Screen Options' by defaultn/an/a
58
59
Formatting can be added to menu itemsMenu items support bold, italic etc. (though theme support might be an unknown)n/an/a
60
61
Editing on mobileIn spite of some issues with some of the responsive styles on the new screen, the old screen does not adapt very well at all to working on mobile, it turns into a huge form that requires a lot of scrollingn/an/a
62
63
Changes don't need to be saved before 'Managing locations'
On the old menu screen, it's not possible to switch to the Manage Locations tab without first saving or losing unsaved changesn/an/a
64
65
Priority (High/Medium/Low)Items discussed during meetingDescriptionGithub IssuePossible solution(s)
66
HighAdding new menu itemsYou can only add new items in the bottom. Should be possible to add a new item between new items. You can now but it's only 1 pixel high and you musn't have an item selectedhttps://github.com/WordPress/gutenberg/issues/34268It's almost impossible to add new menu items in between existing ones. It should be simple to get the "inserter" to show up between menu items.
67
68
HighView more itemsYou can only search for more items. There is no way to scroll down or click on a link to view more items.https://github.com/WordPress/gutenberg/issues/34283Could we increase the "Recently added pages" total of items
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100