Closed (duplicate)
Project:
Drupal core
Version:
8.8.x-dev
Component:
toolbar.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Jul 2018 at 09:38 UTC
Updated:
31 May 2020 at 20:11 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
timmillwoodHere's the issue on Firefox on Android:

Comment #3
timmillwoodThis fixes the issue.
However based in the comment in both files, I'm not sure what was intended:
Comment #5
ahebrank commentedReroll for 8.7. I don't understand the code comments either -- seems like the toolbar should pretty much always be fixed position regardless of viewport or orientation.
I'm not so much concerned about the usability of the toolbar or admin experience itself on mobile, but the usability of the front end site breaks if the user is logged in on their phone and happens to open the toolbar.
Comment #6
john cook commentedThanks for working on this.
I've tested on Safari on iPhone and the same problem happens, so it's not just a Firefox or Android problem. It also happens on desktop with Chrome with a small width window.
The patch works by making the

#toolbar-barsticky as well as the toolbar menu.As the patch changes Stable, I've added the 'Needs frontend framework manager review' tag.
But otherwise it's RTBC.
Comment #8
john cook commentedBack to RTBC after a false fail.
Comment #10
yogeshmpawarSetting back to RTBC because the above test fails are unrelated.
Comment #11
lauriiiI'm not sure if this is the correct solution. I assume the toolbar has been positioned with absolute position to give users more space for users using mobile devices. I'm wondering if there are other solutions to this problem than making the toolbar positioning fixed?
Comment #13
nod_Cleaning up the toolbar queue