Summary: | Input boxes change size when selected | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, lucas, oleonard, rhouk |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 28066 | ||
Bug Blocks: | |||
Attachments: | Showing the issue |
I don't recreate on master, tested with Firefox and Chromium This is happening to me as well with Firefox > 80 on Linux. It doesn't happen with my current Firefox-esr because it is at 78.8. Might it somehow be related to theming and the change in Firefox's support for the css property "appearance" ? Currently for a workaround I've got ``` input[type="text"], textarea { appearance:none; } ``` in IntranetUserCSS. I can only recreate this in Firefox 84 if I use Ubuntu. On MacOS I do not recreate. I can't reproduce this in Chromium and Firefox with the new staff interface design. Please reopen if you still can! |
Created attachment 115596 [details] Showing the issue