You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce
pdfjs.renderInteractiveForms - enabled
Launch Firefox;
Access a PDF form with fillable content such as link;
Click inside any field, start filling in data;
Expected result
data is filled, no unexpected warning notifications appear;
Actual result
warning banner for [Document containing forms & Filling of forms unsupported] is displayed;
Additional notes:
S3 as suggested severity;
attached screenshot with the issue;
The text was updated successfully, but these errors were encountered:
cfogelSV
changed the title
Notification for PDF containing forms with pref enabled on some files
Notification for PDF containing forms with pref enabled still displayed on some files
Aug 17, 2020
Thinking about this a bit more, I think we should just ignore XFA for now since it's tracked in another issue and it's not blocking the filling/saving/printing of AcroForm forms. If both occur in a PDF document, we can remove the fallback bar and log a warning that XFA features are unsupported. AFAICT they are an extension and not vital for filling in forms, and looking at the above issue it's not likely to be implemented anytime soon, so showing the fallback bar in those cases seems incorrect.
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: