-
Notifications
You must be signed in to change notification settings - Fork 10.3k
XFA - Don't display print-only elements #13592
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
Conversation
calixteman
commented
Jun 20, 2021
- partial fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1716980.
@@ -13,6 +13,10 @@ | |||
* limitations under the License. | |||
*/ | |||
|
|||
.xfaPrintOnly { | |||
display: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't these elements be displayed when the user wants to print the PDF?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to check if it's relevant or not in general. For example in the pdf in the above bug, I'm not sure if it's correct correct to print these elements when maybe they should be dynamically modified.
So for now we just print what the user see.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, can you file an issue about this so we don't forget?
9aba643
to
d99a7c0
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/f91ac0f2ae4a08b/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://3.101.106.178:8877/885f70c1c17d2ba/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/f91ac0f2ae4a08b/output.txt Total script time: 28.42 mins
|
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/885f70c1c17d2ba/output.txt Total script time: 32.69 mins
|
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/38dc7f60141b7f4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 1 Live output at: http://3.101.106.178:8877/f14a3e143c9e297/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/38dc7f60141b7f4/output.txt Total script time: 25.01 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/f14a3e143c9e297/output.txt Total script time: 29.89 mins
|