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
Find & Replace Position Preservation: Statically and dynamically preserved the user's custom dragged panel coordinates (top, left, right) when toggling between docked and floating modes, eliminating sudden position resets.
Viewport Resize Synchronization: Wired coordinate calculations into the window resizing layout listener to ensure the preserved floating coordinates remain in sync with physical viewport boundaries when the window is resized.
New Features & Accessibility Upgrades
Actions Footer Reset Button: Added a dedicated "Reset" action button (styled as a secondary button with max-width: 60px) next to the Close button inside the Actions Footer of the Find & Replace panel.
Header Reset Button: Integrated a corresponding bi-arrow-counterclockwise icon button in the header actions block.
Access for Tablet & Touch/Keyboard Tab Users: These buttons resolve visibility issues on smaller/tablet screen sizes (where the dock toggle button is hidden) and place the reset action directly in the keyboard tab sequence for full keyboard-only/assistive navigation.
Dock Mode Auto-Hiding: Programmed the CSS overrides to automatically hide both header and footer Reset buttons when docked mode is active, ensuring a clean and clutter-free editor sidebar interface.