Read the statement by Michael Teeuw here.
Unable to click a toggle button
-
@shre28491193 press ctrl+shift+i
-
Got it. Will try this in a few minutes. I am in a meeting at work now.
-
@strawberry-3-141 No errors in the console. :-(
-
@shre28491193 so you can see the button, but after a click nothing happens?
-
Button shows up on the mirror , but still click event doesnt work.
-
@strawberry-3.141 Button shows up on the mirror , but still click event doesnt work
-
I removed all unused elements to see if that was hiding anchor tag. Still no luck.
-
@shre28491193 I checked out your repository again and remade the changes I posted and it’s working for me, is your problem that you can’t see the button after clicked or does the click don’t work at all?
-
@strawberry-3-141 It is strange that it works for you. I wonder what i am doing different.
I am able to see the button on my screen but it does not do anything when clicked on it nor changes the cursor to a pointer.
-
Hey @strawberry-3-141, have you considered the CSS layers? Could it be possible that something else is overlaid on top of of where the button might be and that’s why @shre28491193 is unable to click on it? I haven’t checked out any of the code nor tried anything, too many things going on at the same time and just too busy, but at the moment, that’s the one thing that came to mind … Set a z-index on the button layer and see what happens.