SSAgov / ANDI

A tool to test web content for accessibility and 508 compliance.
https://www.ssa.gov/accessibility/andi/help/howtouse.html
Other
301 stars 76 forks source link

ANDI closes Oracle via coldfusion popup #216

Closed NguyenLinhepa closed 10 months ago

NguyenLinhepa commented 1 year ago

ANDI works with Oracle via Coldfusion normal page, but it closes when there is a popup.

JohnCotterSSA commented 1 year ago

When you say ANDI closes, do you mean it disappears when the popup is launched? If that's the case, I assume that when the page's popup appears, it is actually redirecting the user to a new page which would naturally cause ANDI to disappear. ANDI doesn't persist on the page when navigating to a new page.

NguyenLinhepa commented 1 year ago

User logged in to the app, click on ANDI and ANDI works. Then, user click on button to launch a popup, application logout user and ANDI disappears.

I know that ANDI's scope is only on the page. For my Oracle Apex applications, I have popup page, and ANDI still works. However, this application is different. With back end as Oracle and front end Coldfusion, ANDI does not work like Oracle Apex applications.

JohnCotterSSA commented 1 year ago

Thanks for clarifying. It's tough for me to guess what's happening here without being able to see it in action.

NguyenLinhepa commented 1 year ago

I am guessing that Javascript on ANDI and Coldfusion has a conflict or some security issue.