Question:
This is driving me insane, why is my button getting reset back to the original position and why is it visible!?! Can someone please explain…
Repl link:
https://replit.com/@ColoredHue/My-testing-bug-replication-repl#script.js
Question:
This is driving me insane, why is my button getting reset back to the original position and why is it visible!?! Can someone please explain…
Repl link:
https://replit.com/@ColoredHue/My-testing-bug-replication-repl#script.js
@ColoredHue I don’t see this problem happening. Could you please show some screenshots of the problem?
I think he means when you click the button.
I still don’t see anything that could possible be happening… even after clicking the button.
This is what it’s doing:
@ColoredHue I see… strange indeed.
CSS :focus Selector (w3schools.com)
the :focus
selector is for the object that has focus. Once the object does not have focus, it will revert.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.