Closed m-akinc closed 5 months ago
When a native anchor is inside a element (or has an ancestor) with the contenteditable attribute, it is not clickable or focusable, and it does not show a URL preview when hovered with the mouse. The FAST anchor does not behave this way.
contenteditable
https://stackblitz.com/edit/typescript-hdeikv
FAST anchor should not be clickable, focusable, or show URL preview on hover.
FAST anchor behaves the same way whether it is in a contenteditable element or not.
Unfortunately @microsoft/fast-foundation is being deprecated, refer to #6955.
@microsoft/fast-foundation
🐛 Bug Report
When a native anchor is inside a element (or has an ancestor) with the
contenteditable
attribute, it is not clickable or focusable, and it does not show a URL preview when hovered with the mouse. The FAST anchor does not behave this way.💻 Repro or Code Sample
https://stackblitz.com/edit/typescript-hdeikv
🤔 Expected Behavior
FAST anchor should not be clickable, focusable, or show URL preview on hover.
😯 Current Behavior
FAST anchor behaves the same way whether it is in a
contenteditable
element or not.💁 Possible Solution