Print preview in Firefox 149 renders all <option> elements inside <select> instead of only the selected value.
In Firefox version 149, there is an issue with print preview behavior for HTML <select> elements. When opening print preview, all <option> items inside a dropdown are displayed and included in the print output.
This behavior differs from Firefox 148, where only the selected option is rendered correctly during print preview.
Steps to reproduce:
- Create an HTML page with a <select> dropdown containing multiple <option> elements. - Select one of the options. - Open print preview (Ctrl + P).
Expected result: Only the selected option should be visible and printed.
Actual result: All options inside the <select> element are displayed and printed.
Impact: This issue breaks the layout of printed documents and makes forms difficult to read, especially when dropdowns contain many options.
All Replies (5)
Hi,
Thank you for reporting; I've been able to reproduce the issue.
I've filed a bug on Bugzilla, our bug tracker, so that the developers can take a look. I'll keep you updated, but please also feel free to follow the bug if you want.
Modified
chatgpt ahh question
Modified
erenraharja said
what's that stuff ????
Please never mind, they have asked a question regarding the same issue and might have liked your report style more :D
Modified