Fixed
Status Update
Comments
va...@chromium.org <va...@chromium.org> #2
[Empty comment from Monorail migration]
[Monorail components: Blink>CSS]
[Monorail components: Blink>CSS]
pu...@chromium.org <pu...@chromium.org> #3
Thanks for filing the issue.
Reporter: Could you please provide a sample URL/file that reproduce the issue, so that it would be really helpful in triaging the issue.
Reporter: Could you please provide a sample URL/file that reproduce the issue, so that it would be really helpful in triaging the issue.
fu...@chromium.org <fu...@chromium.org> #4
[Empty comment from Monorail migration]
[Monorail components: -Blink>CSS Blink>Layout>Table]
[Monorail components: -Blink>CSS Blink>Layout>Table]
ik...@chromium.org <ik...@chromium.org> #5
[Empty comment from Monorail migration]
[Monorail components: -Blink>Layout>Table Blink>Layout>Printing]
[Monorail components: -Blink>Layout>Table Blink>Layout>Printing]
[Deleted User] <[Deleted User]> #6
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.
Sorry for the inconvenience if the bug really should have been left as Available.
For more details visithttps://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Sorry for the inconvenience if the bug really should have been left as Available.
For more details visit
ik...@chromium.org <ik...@chromium.org> #7
[Empty comment from Monorail migration]
ms...@chromium.org <ms...@chromium.org> #8
I'm just going to assume that this got fixed by enabling LayoutNGPrinting in Chrome 108 (no test here). Our legacy table implementation had issues with writing modes, and, as of Chrome 108, printing no longer uses legacy layout.
is...@google.com <is...@google.com> #9
This issue was migrated from crbug.com/chromium/1248861?no_tracker_redirect=1
[Monorail blocked-on:crbug.com/chromium/1121942 ]
[Monorail components added to Component Tags custom field.]
[Monorail blocked-on:
[Monorail components added to Component Tags custom field.]
Description
Chrome Version : 93.0.4577.63
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL, along with the version, after other browsers where you
have tested this issue:
Safari: FAIL
Firefox: OK
Edge: FAIL
What steps will reproduce the problem?
(1) Create a <table> with a <td> in it and put some text in the <td>.
(2) Set
writing-mode: vertical-rl;
on the <td>(3) Print the document to a PDF.
What is the expected result?
The printed document should show the text written vertically, as the CSS specifies.
What happens instead?
The printed document shows the text written horizontally, as if the CSS rule were ignored.
Please provide any additional information below. Attach a screenshot if
possible.
For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.