Bug in TTMSFMXHTMLText control handling links

When I have the following htmltext 'Get list <a href="frommain">from main</a>' set in the control, and have an onAnchorClick event handler, and somebody click the link, on MAC, it popup an error message with "There is no application set to open the URL frommain". This does not happen on Windows, with the same code, just on MAC OSX.

Hi, 


Set AutoOpenURL to false, then the value "frommain" will not be executed before the OnAnchorClick event.