Skip to content
New issue

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

XFA - SVG elements mustn't get any pointer events (bug 1721589) #13777

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

calixteman
Copy link
Contributor

  • a rectangle can be defined after a field and so from a z-index pov, it's on top of the field, which means that the rectangle avoid to have some mouse events in the fields;
  • so this patch just disable pointer events for all elements under svg (included).

  - a rectangle can be defined after a field and so from a z-index pov, it's on top of the field, which means that the rectangle avoid to have some mouse events in the fields;
  - so this patch just disable pointer events for all elements under svg (included).
@calixteman
Copy link
Contributor Author

/botio-linux preview

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

Command cmd_preview from @calixteman received. Current queue size: 0

Live output at: http://54.67.70.0:8877/4a5ee5e56571e8a/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Success

Full output at http://54.67.70.0:8877/4a5ee5e56571e8a/output.txt

Total script time: 5.29 mins

Published

@marco-c
Copy link
Contributor

marco-c commented Jul 22, 2021

I've tested it with the PDF from bug 1721589, it's working well.

@calixteman calixteman merged commit 4860ea4 into mozilla:master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants