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 <itsascambutmailmeanyway+github@gmail.com>
Wed, 27 Mar 2024 16:13:38 +0000 (17:13 +0100)
commit1164d276081a30923197299cacede3c6f4dce16e
tree0f40b7c8f7d5b60bd5ea3a6f4b43b896eb753dfb
parentb69bce077d7d198f9618881b79e1a13b878d466f
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>
modules/luci-mod-status/htdocs/luci-static/resources/view/status/dmesg.js
modules/luci-mod-status/htdocs/luci-static/resources/view/status/syslog.js