]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit - src/wio/wio.cgi
wio.cgi: Fixes bug#13039 - Input boxes extend outside of WUI boundary with some browsers
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 21 Feb 2023 12:50:11 +0000 (13:50 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 4 Mar 2023 14:04:26 +0000 (14:04 +0000)
commit0407daeeb628ef4d415fb94e370c494fba627608
tree3e6df2ddc493aeae71dbf62054ea57862900582b
parent8818834d0f38b6a2b45e833888b0cf7da489fc9c
wio.cgi: Fixes bug#13039 - Input boxes extend outside of WUI boundary with some browsers

- Original poster found this effect with using Vivaldi at 100% zoom.
- I tested it with Vivaldi and Firefox on Arch Linux and was not able to show the effect but
   running SeaMonkey and changing the zoom from 100% to lower or higher caused the input
   boxes to go outside of the WUI boundary as described by the bug reporter.
- It looks like the effect is dependent on the browser, the zoom setting and the OS
   Distribution.
- In all cases the similar three input boxes in a row in the dhcp.cgi code for entering a
   fixed lease stayed fixed in ratrio to the WUI page whatever zoom or browser was used.
- This patch changes the wio code for those three input boxes to use the approach from the
   dhcp.cgi code.
- Tested on my vm testbed and change confirmed to fix the size of the input boxes
   irrespective of the browser or zoom setting.

Fixes: Bug#13039
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
src/wio/wio.cgi