A password characters are displayed in Print Preview and also printed
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox150 | + | affected |
| firefox151 | + | affected |
| firefox152 | + | affected |
People
(Reporter: msmucr, Assigned: emilio)
References
(Regression)
Details
(Keywords: nightly-community, regression, sec-other)
Attachments
(2 files)
Steps to reproduce:
Take any form with password input, for example:
<html>
<h1>Welcome</h1>
<form>
<div>
<label>User:</label>
<input id="username" type="text">
</div>
<div>
<label>Password:</label>
<input id="password" type="password">
</div>
<div>
<input id="submit" type="button" value="Log In">
</div>
</form>
</html>
Actual results:
Plain characters are displayed in Print preview dialog (a pic is attached) and printed.
The issue happens with current Firefox 150.0.1, Nightly 152.0a1 (2026-05-07) on Mac, Linux and Windows. The ESR version 140.10.0 seems fine.
The original report of the problem:
https://www.deskmodder.de/phpBB3/viewtopic.php?t=34293
Expected results:
Characters should be normally masked by dots like on main page view.
Comment 1•20 hours ago
•
|
||
Regression window:
https://hg-edge.mozilla.org/integration/autoland/pushloghtml?fromchange=e835d0f9fea4b05436e5f3be55c9c4e31a82f377&tochange=a810895a0020d2d6be3ccf63452b8808a0d020a4
Comment 2•20 hours ago
|
||
[Tracking Requested - why for this release]:There is a risk that passwords could be leaked unintentionally
Updated•20 hours ago
|
| Assignee | ||
Updated•20 hours ago
|
| Assignee | ||
Comment 3•20 hours ago
|
||
Could restrict it to static clones but doesn't seem worth it.
Updated•20 hours ago
|
Updated•18 hours ago
|
Updated•15 hours ago
|
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59731 for changes under testing/web-platform/tests
Description
•