Closed
Bug 1718245
Opened 3 years ago
Closed 3 years ago
[XFA] Some text input fields are inaccessible
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
People
(Reporter: danibodea, Assigned: calixte)
References
Details
Attachments
(4 files, 1 obsolete file)
Note
- When the user loads a specific PDF file in Adobe Reader and Firefox, he scrolls to page 11, section 13, subsection 13.1, and clicks inside the input boxes of fields named "Name of Issuer" or "Law governing the bonds", he will notice that the input fields are inaccessible.
Affected versions
- Nightly v91.0a1
Affected platforms
- all
Preconditions
- Flip the "pdfjs.enableXfa" pref to true.
Steps to reproduce
- Launch browser.
- Load the attached PDF file.
- Scroll to pages 11, section 13, subsection 13.1.
- Click inside the input boxes of fields named "Name of Issuer" or "Law governing the bonds".
Expected result
- The cursor appears and the user is able to input text.
Actual result
- The cursor does not appear and the user is NOT able to input text.
Regression range
- Not a regression, but an implementation fault.
Updated•3 years ago
|
Assignee: nobody → cdenizet
Status: NEW → ASSIGNED
Priority: -- → P1
Comment hidden (obsolete) |
Reporter | ||
Comment 2•3 years ago
|
||
Correct demo.
Reporter | ||
Updated•3 years ago
|
Attachment #9228958 -
Attachment is obsolete: true
Reporter | ||
Updated•3 years ago
|
QA Whiteboard: [pdf_xfa_generic]
Assignee | ||
Comment 4•3 years ago
|
||
It's an implementation issue.
The field here has no ui so according to the spec:
If the UI element contains no children or is not present, the application chooses a default user interface for the
container, based on the type of the container's content.
So we should probably add a textfield by default.
Flags: needinfo?(cdenizet)
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
Commit merged into master by GitHub
Authored by calixteman (calixteman)
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•3 years ago
|
||
I have verified the fix in Beva v91.0b9 and Nightly v92.0a1 from 2021-07-30.
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•