UI: small code improvements to selector to choose number of rows · Issue #3150 · matomo-org/matomo · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The body mouseup event registered in datatable.js for the feature is never unbound. Shouldn't it be only bound after opening the dialog and unbound after closing it?
Binding the event to the body is problematic in Chrome. The body does not strech over the entire window but only as far as there is content. If you click the lower area of the window, the boxes don't close. You could use document instead of body.
The box can be opened on two tables if there are two on the page. This is connected to the overall event handling I already commented on.
The text was updated successfully, but these errors were encountered:
Reported by Timo in the original ticket #2461
The text was updated successfully, but these errors were encountered: