Win10 - update styling for dropdown menu in PDF forms #12216
Comments
|
I originally tried to style all interactive form elements according to how Adobe Reader/Acrobat rendered them since users are likely to be more familiar with that, but I'm now thinking that it might be better to just let the browser do all rendering (according to OS styles) since that is more consistent with other browser form elements and avoids us having to do quite a bit of styling that can even differ when overridden in the PDF file itself. If we print/save, the appearance stream of the PDF will be used anyway, so for editing purposes users might indeed expect rendering like any other normal form. Moreover, not all browsers even support styling all form elements, and the reference tests do not display selection marks in fields when checkbox/radio button styling is supported by the browser. |
Affected versions
Affected platforms
Steps to reproduce
pdfjs.renderInteractiveForms - enabled
Expected result
Actual result
Additional notes
The text was updated successfully, but these errors were encountered: