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
{{ message }}
This repository was archived by the owner on Dec 22, 2018. It is now read-only.
I am working on pdf annotation js. Click events of annotation are working in chrome but not working in firefox. Please let me know the solution.
The text was updated successfully, but these errors were encountered:
gaganmurghai
changed the title
Click event not working on pdf's annotation
Click event not working on pdf's annotation in firfox
Aug 29, 2018
gaganmurghai
changed the title
Click event not working on pdf's annotation in firfox
Click event not working on pdf's annotation in firefox
Aug 29, 2018
Not sure why, but it's caused by the <div class="endOfContent"> at the end of the textLayer div.
You can set display:none with CSS of remove it with javascript so others browsers can still have it.
Be careful though, this div is used to prevent selection flickering.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello Guys,
I am working on pdf annotation js. Click events of annotation are working in chrome but not working in firefox. Please let me know the solution.
The text was updated successfully, but these errors were encountered: