Describe the bug
See Reproduction. Severe bug, unusable interface! Only way to edit tasks is directly on the card.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
edit title, type enter or click on arrow or click somewhere else to save new title.
Client details:
Nextcloud Server: both 19.0.3 and 18.0.3 on different hosters
Deck App: 1.1.2
On NC 20.0.0 and Deck 1.1.2, I get a similar issue where after entering a single letter the text entry looses focuses. To be more specific, it looses focus when the PUT request gets a response from the server. Issue occurs in both latest Firefox and Chrome.
@jakobroehrl can you please put this on 1.2.0 milestone?
In my opinion this is a severe bug, making Deck unusable.
@juliushaertl Can confim it.
https://github.com/nextcloud/deck/blob/master/src/components/card/CardSidebar.vue#L24-L30
Any idea what the problem could be?
Latest Chrome and Safari on MacOS X here, on NC20.0.01 / Deck 1.1.2, same issue.
This is actually fixed by #2500
@jakobroehrl See https://github.com/nextcloud/deck/pull/2500/files#diff-e1cecfa1956390baf6fa4e14ed48b22cb5d3d09aadb6628a2c61f15e0bcd3c37R28-R30 in case you're interested in the details
It works =) =) Thank you!!
Deck 1.2.1, Nextcloud 19.0.4
Most helpful comment
On NC 20.0.0 and Deck 1.1.2, I get a similar issue where after entering a single letter the text entry looses focuses. To be more specific, it looses focus when the PUT request gets a response from the server. Issue occurs in both latest Firefox and Chrome.