Skip to content

modal-header toggles invisibilty #2516

@reox

Description

@reox

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:

  1. Open a card
  2. wait some time and see "Kartendetails" appear and disappear

Expected behavior

The title should stay static

Screenshots

image

just wait a bit to see:
image

Client details:

  • OS: Windows 10, Debian Buster
  • Browser: Chrome, Chromium, Firefox

No errors on JS console

NC 19.0.4 / Deck 1.1.2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions