text icon indicating copy to clipboard operation
text copied to clipboard

mailto links are not possible

Open q-wertz opened this issue 2 years ago • 0 comments

Describe the bug When trying to add a mailto link the form field starts to get sluggish, the cursor jumps to random positions, text gets deleted and a https:// is added. I think it happens as soon as one adds the @ symbol...

To Reproduce Steps to reproduce the behavior:

  1. write e.g. [email protected]
  2. Mark it
  3. Click on "Insert Link"
  4. Try to add mailto:[email protected] (which should open to opening the OS default mail client)

Expected behavior When clicking on the link a new mail window of the OS default mail client opens and one can start writing an email.

Screenshots

Server details:

  • Nextcloud version: 27.1.3
  • PHP Version: 8.1.25
  • Database: PostgreSQL 13.10

Client details:

  • OS: Manjaro
  • Browser: Firefox
  • Browser version: 119.0.1
  • Device: Desktop
Logs

Nextcloud log (data/nextcloud.log)

Nothing relevant

Browser log

Not sure if related:

You need to fill either the text or the ariaLabel props in the button component. 
Object { text: undefined, ariaLabel: null }
​
ariaLabel: null
​
text: undefined
​
<prototype>: Object { … }
 
Object { _uid: 1955, _isVue: true, __v_skip: true, _scope: {…}, "$options": {…}, _renderProxy: {…}, _self: {…}, "$parent": {…}, "$root": {…}, "$children": (1) […], … }
index.module.js:2:812000

q-wertz avatar Nov 17 '23 12:11 q-wertz