mail icon indicating copy to clipboard operation
mail copied to clipboard

Impossible to escape/end mailbox rename

Open ChristophWurst opened this issue 1 year ago • 1 comments

Steps to reproduce

  1. Configure an account
  2. Open the actions menu of a mailbox
  3. Click Edit name
  4. Try to abort

Expected behavior

I can

Actual behavior

I can't.

Mail app version

3.5.0

Mailserver or service

No response

Operating system

No response

PHP engine version

None

Web server

None

Database

None

Additional info

No response

ChristophWurst avatar Nov 30 '23 07:11 ChristophWurst

This is because we use NcActionInput, the component doesn't offer that. I see that other apps wrote their own component when it comes to editing. We can either add our own component and remove NcActionInput, or open a discussion if NcActionInput should have a close button or not (right now, my understanding is that this behavior is intended).

GretaD avatar Dec 19 '23 16:12 GretaD