crm icon indicating copy to clipboard operation
crm copied to clipboard

Cannot add link in Rich Text email template - modal closes before we're able to type or paste URL

Open bcazur opened this issue 1 month ago • 2 comments

Reproduction steps:

  1. Open Frappe CRM
  2. Go to Settings - Email templates
    • New email template
  3. Write some text: "Go to GitHub.com"
  4. Select the text
  5. Click on the Link button
  6. Try to type or paste URL

RESULT: the modal with the URL input closes, no link saved EXPECTED: the modal should allow URL to be input

Tried in Chrome and Safari, same behaviour.

Image

bcazur avatar Nov 13 '25 12:11 bcazur

i'm ready to take up this bug. Could anybody assign this to me.

cap-code avatar Nov 23 '25 14:11 cap-code

i guess the issue is in tippy instance where there is a flag , "hideonclick: true" , changing to false might fix the issue .

on the side note , i was not able to run this crm in development mode as "POST /api/method/crm.api.doc.get_data HTTP/1.1" 403 is showing this error , but i was able to run the project using bench browse test.localhost --user Administrator

cap-code avatar Nov 23 '25 15:11 cap-code