#60192 closed defect (bug) (reported-upstream)
Mobile menu will not remain open if click inside Google chrome dev console
Reported by: | bradley2083 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 6.4.2 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Hey there. I thought this was initially a Gutenberg issue, but appears to happen without Gutenberg active as well (so ignore that part in my video).
Video showing issue here: https://soapbox.wistia.com/videos/myXwb0ApbR
Cheers,
Brad
Change History (5)
#2
@
11 months ago
Great @krokodok should I submit this in Gutenberg Github issues then or leave here?
#3
@
11 months ago
@bradley2083 Submit that to the Gutenberg repo, and then you can close this ticket as "Reported upstream".
#5
@
11 months ago
- Component changed from General to Editor
- Milestone Awaiting Review deleted
Thanks for opening the issue on GitHub!
https://github.com/WordPress/gutenberg/issues/57603
Also, GB55198 refers to this issue:
https://github.com/WordPress/gutenberg/issues/56094
Note: See
TracTickets for help on using
tickets.
The used block in the template still stems from Gutenberg, regardless of if the plugin is active or not. There is a core version of Gutenberg implemented directly into the WordPress core.
The problem stems from this line of code: https://github.com/WordPress/gutenberg/blob/e8b0a4c459dd2dd8f6775f312128cc6e7106a6bc/packages/block-library/src/navigation/view.js#L131
Added in this commit: https://github.com/WordPress/gutenberg/commit/ab2589d4506c977edbf06c7765e25be3b1c1a0cd
Without the line everything works fine for me, but I just tested it super quickly in the newest Desktop versions of Firefox, Chrome and Safari.