microsoft / Viva-Connections-Extensibility-Beta

38 stars 6 forks source link

Adpative card selection Action OpenUrl is not showing the mouse pointer as good user experience #30

Closed vasanthkumarc94 closed 2 years ago

vasanthkumarc94 commented 3 years ago

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.

https://github.com/microsoft/BotFramework-WebChat/issues/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.

johnguy0 commented 2 years ago

Thanks for providing this feedback during the public Beta. We'll consider this functionality in a future release.