You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a block with more items in the toolbar than fit on the screen, the toolbar can be horizontally scrolled to see/select the items that are not visible. This scroll position does not reset, however, when switching back to another block that does not have so many toolbar items. This results in the leftmost toolbar items (add block, undo, redo) being off the left of the screen.
This was tested on Android with a Pixel 3. I am not able to test whether this is an issue on iOS.
Arguably, this might be desired behavior when switching between two blocks of the same type (i.e., you select heading block #1, scroll the toolbar all the way to the left, then select heading block #2, and the toolbar buttons stay in the same position), but it seems like a clear bug in a case like this where the toolbar items are so different.
Steps to Reproduce
Open demo app
Select a heading (such as "What is Gutenberg?")
Scroll toolbar to the left so that the strikethrough icon is visible on the right.
Select a paragraph block (such as "Hello World!")
Observe that the toolbar is scrolled to the left and the left-most icons are off the left of the screen.
Tap a toolbar item and the toolbar's scroll position will snap back so that the add block button is now visible on the left.
The text was updated successfully, but these errors were encountered:
Not sure if you're actively working on this one @mchowning , if so, better to move the ticket to the "In Progress" column in the project board, otherwise let's un-assign the ticket. Thanks!
When editing a block with more items in the toolbar than fit on the screen, the toolbar can be horizontally scrolled to see/select the items that are not visible. This scroll position does not reset, however, when switching back to another block that does not have so many toolbar items. This results in the leftmost toolbar items (add block, undo, redo) being off the left of the screen.
This was tested on Android with a Pixel 3. I am not able to test whether this is an issue on iOS.
Arguably, this might be desired behavior when switching between two blocks of the same type (i.e., you select heading block #1, scroll the toolbar all the way to the left, then select heading block #2, and the toolbar buttons stay in the same position), but it seems like a clear bug in a case like this where the toolbar items are so different.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: