How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug
When in the detached detail view, I can see that the modal-header div is toggling invisibility after some time.
That makes the text "Kartendetails" appear and disappear after some time.
It is this DIV in the HTML
<div data-v-df113852="" class="modal-header invisible" style="display: none;"><div data-v-df113852="" class="modal-title">
Kartendetails
</div> [...]</div>
After a while it displays as:
<div data-v-df113852="" class="modal-header" style=""><div data-v-df113852="" class="modal-title">
Kartendetails
</div> [...]</div>
([...] is truncated HTML)
To Reproduce
Steps to reproduce the behavior:
- Open a card
- wait some time and see "Kartendetails" appear and disappear
Expected behavior
The title should stay static
Screenshots

just wait a bit to see:

Client details:
- OS: Windows 10, Debian Buster
- Browser: Chrome, Chromium, Firefox
No errors on JS console
NC 19.0.4 / Deck 1.1.2
How to use GitHub
Describe the bug
When in the detached detail view, I can see that the modal-header div is toggling invisibility after some time.
That makes the text "Kartendetails" appear and disappear after some time.
It is this DIV in the HTML
After a while it displays as:
(
[...]is truncated HTML)To Reproduce
Steps to reproduce the behavior:
Expected behavior
The title should stay static
Screenshots
just wait a bit to see:

Client details:
No errors on JS console
NC 19.0.4 / Deck 1.1.2