luci-mod-status: fix syslog / dmesg scroll for some themes
authorMiguel Angel Mulero Martinez <migmul@gmail.com>
Wed, 27 Mar 2024 09:16:22 +0000 (10:16 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Wed, 27 Mar 2024 16:14:53 +0000 (17:14 +0100)
commit9370bdddaede2feeb581193158d83f5062d5a318
tree84c55628d5a24e37d91378bcfce878352d2e2c92
parent98843bf427fb59db7c0894403e220900772cf1aa
luci-mod-status: fix syslog / dmesg scroll for some themes

The actual code moves the scroll in the window. This works for the bootstrap theme, because the scroll is at window level. But this does not work for other themes, like material.

This commit changes the move of the scroll by "focusing" the window in the opposite button element in the syslog / dmesg page. In this way the move is automatically done by the browser.

Another solution is to "search" in the parent until we find the scroll and move it, but seems less solid.

Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
(cherry picked from commit 1164d276081a30923197299cacede3c6f4dce16e)
modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js