Commit feae2a6
fix(editor): auto-hide menu_right on readonly pads, accept showMenuRight=true override
Addresses Qodo review feedback on #7553:
1. Readonly pads now hide the right-side toolbar automatically. The
original issue (#5182) was specifically about readonly embeds; the
previous implementation only honoured an explicit `?showMenuRight=false`
URL parameter, which meant that vanilla readonly pads still showed
import/export/timeslider/settings/share/users controls — all noise
for viewers who can't interact with the pad anyway.
2. Callers who still want the menu visible on readonly pads can opt
back in with `?showMenuRight=true`. The URL-param callback now
accepts both values instead of just `false`.
3. The Playwright spec's `browser.newContext() + clearCookies()` pattern
was a no-op because the test navigated with the existing `page`
fixture (different context). Switch to `page.context().clearCookies()`,
and cover both the auto-hide and the explicit-override paths on a
readonly-URL navigation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d48a4f3 commit feae2a6
2 files changed
Lines changed: 43 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | | - | |
| 86 | + | |
82 | 87 | | |
83 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
| |||
685 | 694 | | |
686 | 695 | | |
687 | 696 | | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
688 | 705 | | |
689 | 706 | | |
690 | 707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
26 | 46 | | |
0 commit comments