We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In bar.js
$.on(this.group, "mouseenter", (e) => timeout = setTimeout(() => { this.show_popup(e.offsetX) document.querySelector(`#highlight-${task_id}`).style.display = 'block' }, 200))
But in Firefox e.offsetX is equal to 0 😞 So the tooltip is displayed with left: 0px and is not visible.
e.offsetX
This works fine with Chrome.
How to make offsetX works?
offsetX
The text was updated successfully, but these errors were encountered:
Positioning the tooltip at the center of the bar. Ref frappe#398
51d1d9f
No branches or pull requests
In bar.js
But in Firefox
e.offsetX
is equal to 0 😞So the tooltip is displayed with left: 0px and is not visible.
This works fine with Chrome.
How to make
offsetX
works?The text was updated successfully, but these errors were encountered: