Open
Bug 1720674
Opened 4 years ago
Updated 4 years ago
[XFA] Radio buttons are incorrectly positiones
Categories
(Firefox :: PDF Viewer, defect, P3)
Tracking
()
NEW
People
(Reporter: danibodea, Unassigned)
References
Details
(Whiteboard: [pdfjs-form-xfa])
Attachments
(5 files)
Note
- When the user loads a specific PDF and observes section Applicant 1, subsection MARITAL STATUS, he will notice that the radio buttons are incorrectly positioned to the right of the frame/border container instead of the left.
Affected versions
- Nightly v92.0a1
Affected platforms
- all
Steps to reproduce
- Launch browser.
- Flip the pdfjs.enableXfa to true.
- Load the attached PDF file.
- Observe section Applicant 1, subsection MARITAL STATUS.
Expected result
- The radio buttons are correctly positioned to the left of the frame.
Actual result
- The radio buttons are incorrectly positioned to the right of the frame.
Regression range
- This is not a regression.
Additional information:
| Reporter | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Priority: P1 → P3
Comment 2•4 years ago
|
||
This issue applies to the following PDF and screenshot attached.
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
| Reporter | ||
Updated•4 years ago
|
QA Whiteboard: [pdf_xfa_generic]
The only difference between the subform "Marital Status" (looks weird) and "Type of Application" (looks fine)
is a tag in the weird looking "Marital Status":
<keep intact="contentArea"/>
This tag is missing in the other subform, which is fine.. so the bug might be related to this tag?
Updated•4 years ago
|
Whiteboard: [pdfjs-form-xfa]
You need to log in
before you can comment on or make changes to this bug.
Description
•