From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] wio.cgi: Fixes bug#13039 - Input boxes extend outside of WUI boundary with some browsers Date: Tue, 21 Feb 2023 13:50:11 +0100 Message-ID: <20230221125011.3658-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1800543905004148196==" List-Id: --===============1800543905004148196== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 cause= d 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 fo= r entering a fixed lease stayed fixed in ratrio to the WUI page whatever zoom or browse= r was used. - This patch changes the wio code for those three input boxes to use the appr= oach from the dhcp.cgi code. - Tested on my vm testbed and change confirmed to fix the size of the input b= oxes irrespective of the browser or zoom setting. Fixes: Bug#13039 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- src/wio/wio.cgi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi index a61102894..f31f5d565 100644 --- a/src/wio/wio.cgi +++ b/src/wio/wio.cgi @@ -1761,12 +1761,12 @@ print"   - $Lang::tr{'wio ipadress'}: - - $Lang::tr{'wio name'}: - - $Lang::tr{'remark'}: - + $Lang::tr{'wio ipadress'}: + + $Lang::tr{'wio name'}: + + $Lang::tr{'remark'}: + $Lang::tr{'wio_ping_send'}: --=20 2.39.2 --===============1800543905004148196==--