-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Description
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
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
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