cpx3 Posted April 4, 2023 Share Posted April 4, 2023 Hi to all, I have a very strange but annoying problem with a checkbox. It usually works fine, but on one page I get different results whether I call the page with Safari or with Google. That means that when the checkbox is checked Safari would return a value of "1" but Chrome would return a value of "0". In the screenshots below you see the value for a checked checkbox in both browsers. How ist this possible? Link to comment Share on other sites More sharing options...
Robin S Posted April 4, 2023 Share Posted April 4, 2023 3 hours ago, cpx3 said: How ist this possible? Usually such things are the result of being logged in (probably as superuser) in one browser and logged out in the other browser. It looks like that's the case in your screenshots because I can see the Tracy debug bar in one screenshot and not in the other. So probably the difference is due to some access issue, where superuser has access to something that guests do not. 2 Link to comment Share on other sites More sharing options...
cpx3 Posted April 5, 2023 Author Share Posted April 5, 2023 @Robin SThanks a lot, that was the solution! For whatever reason I had activated access control for that field... 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now