-
Problem report
-
Resolution: Duplicate
-
Trivial
-
None
-
4.0.0
-
server - debian 9, apache2, postgres 10
clients ubunru, firefox 62
windows 10, google chrome
Steps to reproduce:
- update on server from 3.4 to 4.0.0 on debian 9
- on client open firefox
- open firebug
- create brakpoint on string 1051
if ((e.pageY < offset.top) || e.pageY > offset.top + data.height) { - one click to graph
- look to firebug debug for variables data.height and offset.top + data.height
- data.height is string, but offset.top is integer or float. Sum of them is sting with unexpected results when comparing
I reproduce this bug on ubuntu firefox 62 and one of windows 10 google chrome
- duplicates
-
ZBX-14807 Selection box on graphs on screens is not working
- Closed