Hi Amy,
LPP-10047 and LPP-10077 are the same issue of broken html links when a
parent view is listening for mouse events.. I don't think we can fix
this (certainly not in the short term). This issue has been around since
4.8 and Max says this:
Yeah, this has existed for a long time. The issue is,
mouse events should override text selection/click events. I'm not sure
exactly
what the desired behavior is - perhaps they want the non-link part of
the text
to receive mouse events while the link remains active?
Perhaps the right thing is to listen for bubbled mouse
events from the text field? I'm pretty sure we tried that and failed...