Open
Bug 1681079
Opened 4 years ago
Updated 4 years ago
Print preview should override the position of right aligned page elements on print selection
Categories
(Core :: Print Preview, enhancement, P4)
Core
Print Preview
Tracking
()
NEW
People
(Reporter: asoncutean, Unassigned)
Details
(Whiteboard: [frag2020])
Attachments
(1 file)
83.42 KB,
image/png
|
Details |
Affected versions
- 84.0b8
- 85.0a1 (2012-12-06)
Affected platforms
- Windows 10
- Ubuntu 20,04
- macOS 10.14
Steps to reproduce
- Go to https://es.wikipedia.org/wiki/Albert_Einstein
- Select text from Información personal table
- Open context menu and choose Print Selection
- Observe the Print preview
Expected result
- The content should be aligned central or to the left
Actual result
- The content maintains its original position, right alignment
Regression range
- Not a regression
Additional notes
- Reproducible also with the old UI
- Chrome seems to override the page element position
Suggested severity
- S3
Comment 1•4 years ago
|
||
This works as intended, so this is more of an enhancement request IMO. I guess we could ignore float
on the top element when the selection is a single element, then again that has other side-effects (e.g. shrink-wrap sizing) so I don't know if this worth messing with...
Updated•4 years ago
|
Has STR: --- → yes
Updated•4 years ago
|
Whiteboard: [frag2020]
You need to log in
before you can comment on or make changes to this bug.
Description
•