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

Text fields don't have a background color in Chromium mobile browsers #86

Open
x-insky opened this issue Feb 19, 2022 · 0 comments
Open
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@x-insky
Copy link
Owner

x-insky commented Feb 19, 2022

In both text boxes that are displayed, the background is transparent instead of the standard white (or depending of the used master style of the phone/browser). The gradient background of their containers shows through the input fields.

The problem is with the only text box, for each of two existing forms:

  • choosing the gallery number
  • selecting a subpage number from the gallery list.

The problem only occurs in mobile browsers based on the Chromium/Blink engine (Chrome, Opera, Edge, ...), noticed in the current version of Chrome (CH v98, but may have been present from several recent releases, e.g. from v90) . In earlier versions of browsers, the problem did not occur. The problem was not and so far is not present in Firefox.

In the latest desktop versions of the same browsers, the problem does not appear at all, the background is white in all states (ie regardless of whether the text field is selected by text cursor, hovered over mouse cursor, etc.). The simulation of the mobile layout in the browser's development tools does not cause this distortion, the fields are styled with standard colors.

@x-insky x-insky added bug Something isn't working invalid This doesn't seem right labels Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant