Problem/Motivation
When the reviewer notes overlay is in collapsed state, the CSS rule .rn-overlay.rn-collapsed .rn-right button:not(.rn-toggle) hides all buttons in the right toolbar except the toggle button. This causes the "Pick element" and "Quick note" buttons to be hidden when users might still want to create new notes even with the overlay collapsed. Only the "Highlight all" button remains visible due to its separate styling.
Steps to reproduce
- Open a page with reviewer notes enabled
- Click the "Collapse" button to minimize the overlay
- Notice that only "Highlight all" and "Expand" buttons are visible
- "Pick element" and "Quick note" buttons are hidden
Proposed resolution
"Pick element" and "Quick note" buttons should remain visible in collapsed state to allow users to continue creating notes without expanding the full overlay.
Remaining tasks
Enable other options and raise PR.
User interface changes
Additional buttons when the overlay is closed.
API changes
N/A
Data model changes
N/A
Issue fork reviewer_notes-3545672
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
neerajsinghComment #5
neerajsingh