Ahoj,
Discourse can do nested mouseover notes:
Hier ein Text^[eine Mouseover-Note^[eine Mouseover-Mouseover-Note].]
This is rendered as
Hier ein Text[1]
When I go with the mouse on the “[1]”, I get a popup with the text “eine Mouseover-Note[1]”. The “[1]” within that popup is rendered in blue as well, but when I move the mouse on that the information hidden behind it is not shown.
I think this is a usability bug, because it suggests to the writing person that nested mouseover notes work, but in the end one is not able to reach the information behind the nested note.
Suggestions to solve it from a usability perspective:
-
Make it such that nested mouseover notes are actually showing their content, or:
-
Do not allow nesting – so that
Hier ein Text^[eine Mouseover-Note^[eine Mouseover-Mouseover-Note].]would be rendered as
Hier ein Text[2]
(i.e. the nesting does not create a nested note but the entered code is printed verbatim: Moving the mouse on the outer note reveals a popup with the text “eine Mouseover-Note^[eine Mouseover-Mouseover-Note].”)
Regards!