We have an annoying problem with cacti's zoom feature.
It is hard to explain but i will try. In short, the zoom is not finishing, in quick mode, when i click once to start the zoom i get following in chrome's debug window:
Code: Select all
jquery.js:273 Uncaught Error: cannot call methods on selectmenu prior to initialization; attempted to call method 'refresh'
at Function.error (https://localhost/include/js/jquery.js:273:9)
at HTMLSelectElement.<anonymous> (https://localhost/include/js/jquery-ui.js:6:9075)
at Function.each (https://localhost/include/js/jquery.js:368:19)
at jQuery.fn.init.each (https://localhost/include/js/jquery.js:157:17)
at jQuery.fn.init.e.fn.(anonymous function) [as selectmenu] (https://localhost/include/js/jquery-ui.js:6:8817)
at setCustomFilterActionActionAndDate (https://localhost/include/js/jquery.zoom.js:698:40)
at zoomAction_zoom_in (https://localhost/include/js/jquery.zoom.js:638:4)
at HTMLDivElement.<anonymous> (https://localhost/include/js/jquery.zoom.js:434:9)
at HTMLDivElement.dispatch (https://localhost/include/js/jquery.js:5110:27)
at HTMLDivElement.elemData.handle (https://localhost/include/js/jquery.js:4918:28)
error @ jquery.js:273
(anonymous) @ jquery-ui.js:6
each @ jquery.js:368
each @ jquery.js:157
e.fn.(anonymous function) @ jquery-ui.js:6
setCustomFilterActionActionAndDate @ jquery.zoom.js:698
zoomAction_zoom_in @ jquery.zoom.js:638
(anonymous) @ jquery.zoom.js:434
dispatch @ jquery.js:5110
elemData.handle @ jquery.js:4918
jquery.js:273
Code: Select all
Uncaught Error: cannot call methods on selectmenu prior to initialization; attempted to call method 'refresh'
at Function.error (https://localhost/include/js/jquery.js:273:9)
at HTMLSelectElement.<anonymous> (https://localhost/include/js/jquery-ui.js:6:9075)
at Function.each (https://localhost/include/js/jquery.js:368:19)
at jQuery.fn.init.each (https://localhost/include/js/jquery.js:157:17)
at jQuery.fn.init.e.fn.(anonymous function) [as selectmenu] (https://localhost/include/js/jquery-ui.js:6:8817)
at setCustomFilterActionActionAndDate (https://localhost/include/js/jquery.zoom.js:698:40)
at zoomAction_zoom_in (https://localhost/include/js/jquery.zoom.js:638:4)
at HTMLDivElement.<anonymous> (https://localhost/include/js/jquery.zoom.js:434:9)
at HTMLDivElement.dispatch (https://localhost/include/js/jquery.js:5110:27)
at HTMLDivElement.elemData.handle (https://localhost/include/js/jquery.js:4918:28)
Any thoughts why it could happen?
P.S. The same was with 1.1.1 and in different browsers.
P.P.S. Our OS is Ubuntu 14.04 LTS, please let me know if you need package versions.