-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANDI hides the dropdown and pop up window on Linearizing the page #195
Comments
Hi, Here's some info from ANDI on what the linearize function does:
So if the dropdowns and popup windows are being positioned with CSS, then ANDI's linearize is changing that CSS property value, and it could definitely cause a display issue. The linearize function is a troubleshooting function that intentionally causes displays to look different - and it's not always going to be pretty. You might be able to get what you're after if you use sANDI Reading Order function. Let me know if that helps. |
The screenshot you provided has ANDI tab order flags (yellow) not the reading order flags (purple). To help diagnose this problem further, we would need a working example of the issue. |
Hi,
It looks like the ANDI "Linearize Page" tool does not work properly with dropdowns and pop up windows on a page. Below is a situation where a pop window is hidden when we select the Linearize option from the ANDI Tool.
Here is a screenshot of before ANDI-linearized page
Here is a screenshot of the ANDI-linearized page:
However, when we try checking for the pop up elements by developer tool, we are able to find it(highlighted below)
So, basically it creates a whitespace and hides the element of the popover in the page.
Can anyone suggest what is going wrong here?
Thank you!
The text was updated successfully, but these errors were encountered: