Closed
Bug 1854818
Opened 1 year ago
Closed 1 year ago
Clicking in an open text editor in a PDF has no effect
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
VERIFIED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | --- | verified |
firefox120 | --- | verified |
People
(Reporter: calixte, Assigned: calixte)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Open a pdf;
- write something in using the FreeText editor;
- commit it;
- double click on it;
- try to select something with the mouse pointer.
It's a regression from bug 1853478 and especially:
https://github.com/mozilla/pdf.js/pull/16943
The ::before container we added in order to have the triple-lines border is catching the mouse events.
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Comment 2•1 year ago
|
||
Fixed in 119 by the uplift of bug 1855146 (https://hg.mozilla.org/releases/mozilla-beta/rev/f43f15541c5b).
Comment 3•1 year ago
|
||
Verified as fixed on Firefox Nightly 120.0a1 (2023-09-28) and on Firefox 119.0b3 from treeherder (https://treeherder.mozilla.org/jobs?repo=mozilla-beta&revision=1a41a118193dc3ad19c04b3da34ba9f08b5f4b2e) on Windows 10/11 x64, Ubuntu 20.04 and on macOS 11.6.
You need to log in
before you can comment on or make changes to this bug.
Description
•