Changes in window.screenX/Y values
Hi!
We recently upgraded from 6723 to 7499 and encountered problems due to changes in the values of window.screenX and screenY.
Setup:
Our automated integration test environment implemented clicks on screen positions calculated by the found html elements relative to the browsers screen position.
Browser is shown in a Java application, JCEF Component is centered and on the left side there is a Jawa Swing Navigation Bar, so there is some x/y offset for the browser component.
Until 6723 we got following values (expected because of java components left/above browser):
screenX: 133
screenY: 203
Since upgrade to 7499 we got following values:
screenX: -8
screenY: -8
Does anybody know what changed and how we can adapt to these changes?
Thanks, Johann
We recently upgraded from 6723 to 7499 and encountered problems due to changes in the values of window.screenX and screenY.
Setup:
Our automated integration test environment implemented clicks on screen positions calculated by the found html elements relative to the browsers screen position.
Browser is shown in a Java application, JCEF Component is centered and on the left side there is a Jawa Swing Navigation Bar, so there is some x/y offset for the browser component.
Until 6723 we got following values (expected because of java components left/above browser):
screenX: 133
screenY: 203
Since upgrade to 7499 we got following values:
screenX: -8
screenY: -8
Does anybody know what changed and how we can adapt to these changes?
Thanks, Johann