Closed
Bug 1883609
Opened 11 months ago
Closed 11 months ago
Highlighting an inserted text field will make it unclickable after saving
Categories
(Firefox :: PDF Viewer, defect, P1)
Firefox
PDF Viewer
Tracking
()
VERIFIED
FIXED
125 Branch
People
(Reporter: dlucaci, Assigned: calixte)
References
Details
Attachments
(2 files)
Found in
- Beta 124.0b7 (2024-03-04)
Affected versions
- Nightly 125.0a1 (2024-03-04)
- Beta 124.0b7
- Release 123
Tested platforms
- Affected platforms: All
Steps to reproduce
- Open any PDF which has a text field in Firefox (eg: http://foersom.com/net/HowTo/data/OoPdfFormExample.pdf).
- Add text in any one of the fields.
- Enable the Highlight tool.
- Free Highlight the added text.
- Save the PDF and reopen it in Firefox.
- Click inside the highlighted field and try to add some text.
Expected result
- The text can be added successfully, without any issue.
Actual result
- Highlighting the field will add a layer which won't let the user to click behind it.
Regression range
- Not a regression.
Additional notes
- If the field is entirely highlighted, saved and then reopened that will make impossible for the user to add text to that field.
Assignee | ||
Comment 1•11 months ago
|
||
Interactive elements like the form ones must always have a z-index greater than the non-interactive annotations.
It behaves like this in Acrobat.
Assignee: nobody → cdenizet
Status: NEW → ASSIGNED
Priority: -- → P1
Comment 2•11 months ago
|
||
Updated•11 months ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment 3•11 months ago
|
||
Verified as fixed in our latest Nightly build ID 20240307095557.
Comment 4•11 months ago
|
||
The patch landed in nightly and beta is affected.
:calixte, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox124
towontfix
.
For more information, please visit BugBot documentation.
Flags: needinfo?(cdenizet)
Updated•11 months ago
|
Assignee | ||
Updated•11 months ago
|
Flags: needinfo?(cdenizet)
You need to log in
before you can comment on or make changes to this bug.
Description
•