odoo/odoo#204484
Created by Soham Zadafiya (soza)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-mail-imp-esc-btn-to-jump-latest-msg-soza
- head
- f47d542fd3f5e08bb2ad346f93747c7f0f0a7906
| odoo/odoo | |
|---|---|
| master | #204484 missing r+ |
[IMP] mail : Press 'End' or 'Alt+ArrowDown' to mark as read & jump to latest
[IMP] mail : Press 'End' or 'Alt + Down Arrow' to mark as read & jump to latest
Improved user experience in Discuss app.
Before this commit:
- There was no way to scroll down to the last message in Discuss using the
keyboard.
- Users had to manually scroll to view the latest messages.
After this commit:
- Users can now use the 'End' key or 'Alt + Down Arrow' keyboard shortcut to
directly jump to the most recent message in Discuss, improving accessibility
and navigation efficiency.
This enhances the user experience by providing quick keyboard-based navigation
and better message handling.