Bug 27514 - Input boxes change size when selected
Summary: Input boxes change size when selected
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 28066
Blocks:
  Show dependency treegraph
 
Reported: 2021-01-21 19:16 UTC by Nick Clemens
Modified: 2023-07-01 16:37 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Showing the issue (95.48 KB, image/gif)
2021-01-21 19:16 UTC, Nick Clemens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 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 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!