Bug? Tooltip with < in text

CaptKronos

Active Member
Licensed User
Just noticed that if a comment before a sub definition contains a '<' symbol, the tooltip does not show and instead '(Invalid description)' is displayed.
B4X:
'This comment will cause the tooltip to display an error because of the < symbol
Sub test
End Sub
 

AnandGupta

Expert
Licensed User
Longtime User
Just noticed that if a comment before a sub definition contains a '<' symbol, the tooltip does not show and instead '(Invalid description)' is displayed.
B4X:
'This comment will cause the tooltip to display an error because of the < symbol
Sub test
End Sub
I think toottips are shown as html text, so a hanging or invalid < is causing the rendering error.
Erel may have to add extra check for them.
 
Top