microsoft / accessibility-insights-web

Accessibility Insights for Web
https://accessibilityinsights.io
MIT License
835 stars 150 forks source link

The Visual Helper is not working on the Screen for Chrome - version -122.0.6261.69 #7259

Closed abinashshibol closed 7 months ago

abinashshibol commented 7 months ago

Describe the bug

We usually use Visual Helper on the screen to validate Keyboard navigation cases or other cases that have a visual helper. Now, when we are trying to enable the visual helper then it is not navigating to the screen nor navigating between widgets while doing tab in our tab out.

The Visual helper is not working for many web pages , Chrome - version -122.0.6261.69 To Reproduce Steps to reproduce the behaviour:

  1. Go to the Assessment for a page
  2. Click on Key board navigation
  3. Enable the visual helper
  4. The page navigation are not possible. Do the tab in or tab out , still no navigation

CodePen repro example

Expected behaviour - The Visual helper should navigate to the page

Screenshots

Context (please complete the following information)

Are you willing to submit a PR?

Did you search for similar existing issues?

Additional context

v-viyada commented 7 months ago

@abinashshibol We are not able to reproduce the issue using the latest version of chrome. If it is ok, could you please share the page details which you are trying to scan for reproducing the issue.

abinashshibol commented 7 months ago

try this page

https://www.vonage.com/unified-communications/campaigns/vbc-brand/

abinashshibol commented 7 months ago

@v-viyada here you can test- https://www.vonage.com/unified-communications/campaigns/vbc-brand/

v-sharmachir commented 7 months ago

@abinashshibol, Issue is with iframe with class "ot-text-resize", this iframe has sandbox attribute "allow-same-origin" which is impacting the communication of site with our tool and an exception is thrown. we tried removing this attribute and then ran the tool. Navigation is happening as expected with the visual helper. Screenshot (61)