Skip to content

Inconsistencies with popover error message location #2688

@AgentHagu

Description

@AgentHagu

Please confirm that you have searched existing issues in the repo

Yes, I have searched the existing issues

Any related issues?

No response

Tell us about your environment

Windows 11

MarkBind version

6.0.0

Describe the bug and the steps to reproduce it

Popover error messages seem to either appear at the location of the popover or at the end of the page. This leads to some inconsistencies which may be confusing to users.

For example:

<popover header="From a HTML file" src="">
  This is loaded from a .html file
</popover>

Test content

123

End of page

generates the error at the end of the page, regardless of popover location
Image


But

<popover header="From a HTML file" src="http">
  This is loaded from a .html file
</popover>

Test content

123

End of page

generates the error at the location of the popover
Image

Expected behavior

The popover error message location should be standardized. Personally, I think having it appear where the popover should have been is most intuitive to users (i.e. the second example)

Anything else?

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions