Drag and drop of mails does not work correctly when Roundcube is accessed through Nextcloud.
Steps to reproduce
- In Nextcloud, click on "Roundcube Web Mail"
- Try to drag and drop a mail → does not work
- Navigate to Contacts or Settings within Roundcube
- Return to "E-Mail"
- Try to drag and drop a mail → works as expected
Expected behavior
Drag and drop should work immediately after opening Roundcube Web Mail, without needing to navigate away and back.
Environment
- Nextcloud version: 32.0.5 and 32.0.6
- mail_roundcube version: 1.2.2
- Nextcloud domain:
nc.my.domain
- Roundcube domain:
rc.nc.my.domain
- Hosting: Self-hosted Nextcloud on bare metal, Roundcube runs in Docker
- Tested browsers: Brave, Chrome, Firefox
Apache2 proxy configuration
<Location /roundcube>
ProxyPass https://rc.nc.my.domain/
ProxyPassReverse https://rc.nc.my.domain/
ProxyPreserveHost Off
</Location>
Additional information
- Accessing Roundcube directly under
rc.my.domain works without problems.
- No errors found in Nextcloud logs or the browser console.
Drag and drop of mails does not work correctly when Roundcube is accessed through Nextcloud.
Steps to reproduce
Expected behavior
Drag and drop should work immediately after opening Roundcube Web Mail, without needing to navigate away and back.
Environment
nc.my.domainrc.nc.my.domainApache2 proxy configuration
Additional information
rc.my.domainworks without problems.