Skip to content
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

AGEViewer or browser is not clickable..and i have attched the error from console below..can anyone help me out #162

Open
Mehakjain09 opened this issue Nov 9, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@Mehakjain09
Copy link

Uploading Screenshot 2023-11-09 at 8.41.45 PM.png…

@Mehakjain09 Mehakjain09 added the bug Something isn't working label Nov 9, 2023
@AhmarZaidi
Copy link
Contributor

The screenshot is a link to this issue itself. Can't view the image.

@xiaohaoxing
Copy link

I've found out the reason for this issue. There's an iframe with the highest z-index generated after the root component on the page. So every click is injected by this iframe; hide it in the console will fix this issue temporarily. I'll try to solve it completely by viewing the source code.
截屏2023-11-23 22 37 34

@nicholasveloso
Copy link

I'm having the same issue with both a local installation and the docker image.

@HackettJP
Copy link

HackettJP commented Feb 19, 2024

it is caused by errors in the code , hunt though lines is references the Red Compile Errors failed to compile etc and add a unique label .

if you add unique label to each of the buttons its flaggins you could make it a short name of the class if you want
eg. aria-label="SBIDDisconnect" etc.

SidebarHome.jsx

line 446-> 450 i just add the label after the type button

className="frame-head-button close_session btn btn-link"
type="button"
aria-label="SBIDDisconnect"
color="#142B80"

It will then compile with other warnings. not 'Failed to Compile' now I'm not sure what it breaks but seems to work for me.
Warnings will appear in other parts of the code seperate to above ,so it test before hand, it was a quick 10min fix. milieage may vary, beeen out of react programming for a year so bit rusty.

@nicholasveloso
Copy link

I've found out the reason for this issue. There's an iframe with the highest z-index generated after the root component on the page. So every click is injected by this iframe; hide it in the console will fix this issue temporarily. I'll try to solve it completely by viewing the source code. 截屏2023-11-23 22 37 34

Did you found a permanent fix for it?

@HackettJP
Copy link

My fix works, which is fix the errors in the code and the Security IFrame injection is not created, go though each of the red errors line listed at compile that says error and add unique aria-label ="aria1" etc and it works

@xiaohaoxing
Copy link

There is a PR solving this problem: #165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants