Bug 27514

Summary: Input boxes change size when selected
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: TemplatesAssignee: 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

Description Nick Clemens (kidclamp) 2021-01-21 19:16:58 UTC
Created attachment 115596 [details]
Showing the issue
Comment 1 Jonathan Druart 2021-01-28 10:05:05 UTC
I don't recreate on master, tested with Firefox and Chromium
Comment 2 Ron Houk 2021-03-04 19:15:44 UTC
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.
Comment 3 Lucas Gass (lukeg) 2021-03-04 19:47:01 UTC
I can only recreate this in Firefox 84 if I use Ubuntu. On MacOS I do not recreate.
Comment 4 Katrin Fischer 2023-07-01 16:37:28 UTC
I can't reproduce this in Chromium and Firefox with the new staff interface design. Please reopen if you still can!