mirror of
https://github.com/openwrt/luci.git
synced 2025-12-27 12:20:00 +04:00
When a tooltip is rendered for a checkbox widget, an additional node is placed after the checkbox label element, breaking DOM selectors in bind(), isChecked(), setValue(). Apparently the functionality was never actually tested. Fixes: #4938 Fixes:e951236e3("luci-base: add tooltip handling") Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit95b5c6cd64)