You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
Thank you for reporting an issue or suggesting an enhancement. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you.
Versions
[ Windows ] Operating System
[ 4.0.2 ] Gulp version
[ 1.13.0-beta 5 ] SPFx Generator version (npm list -g @microsoft/generator-sharepoint)
[ 0.2. ] Viva Connections Teams mobile app version
Desired Behavior
changing the cursor on Action.OpenUrl as its url in QuickView, from the experience point user should know that its a clickable link on the AdaptiveCard view.
Observed Behavior
The behavior is on hover of link mouse pointer should change so that user can understand that its click able link from the experience point of View.
Scenario : QuickView contains list of items where its a clickable link using Action.OpenUrl, on mouse hover mouse pointer will not show the experience to user that it is a clickable link.
The text was updated successfully, but these errors were encountered:
Thank you for reporting an issue or suggesting an enhancement. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you.
Versions
[ Windows ] Operating System
[ 4.0.2 ] Gulp version
[ 1.13.0-beta 5 ] SPFx Generator version (npm list -g @microsoft/generator-sharepoint)
[ 0.2. ] Viva Connections Teams mobile app version
Desired Behavior
changing the cursor on Action.OpenUrl as its url in QuickView, from the experience point user should know that its a clickable link on the AdaptiveCard view.
Observed Behavior
The behavior is on hover of link mouse pointer should change so that user can understand that its click able link from the experience point of View.
microsoft/BotFramework-WebChat#1767 referred link.
Referred some of the similar issues , understanding that by design standard mouse cursor not changing.
Steps to Reproduce
Used Adaptive card control :
"selectAction": {
"type": "Action.OpenUrl",
"url": "${anyUrl}"
},
Scenario : QuickView contains list of items where its a clickable link using Action.OpenUrl, on mouse hover mouse pointer will not show the experience to user that it is a clickable link.
The text was updated successfully, but these errors were encountered: