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
Describe the bug
A component inheriting FileUpload creates a hidden input in the DOM each time the page is loaded. It doesn't cause performance issue or any problems but it floods the DOM with numerous elements which shouldn’t exist.
To Reproduce
If one would like to reproduce the error, he would need a GWT client app with a form using FileUpload class.
Load the page with chrome dev tools opened to the HTML code
Reload the page by navigating to it (link to the page for example)
See the DOM being filled by unexpected inputs
Expected behavior
No more input should be added to the DOM
Screenshots
Method from the class FileUpload being called on super()
Desktop (please complete the following information):
OS: Mac OS Monterey 12.6
Browser Chrome 108.0.5359.124
Version domino-ui-shared-1.0.0-RC13
The text was updated successfully, but these errors were encountered:
Describe the bug
A component inheriting FileUpload creates a hidden input in the DOM each time the page is loaded. It doesn't cause performance issue or any problems but it floods the DOM with numerous elements which shouldn’t exist.
To Reproduce
If one would like to reproduce the error, he would need a GWT client app with a form using FileUpload class.
Expected behavior
No more input should be added to the DOM
Screenshots
![Capture d’écran 2022-12-14 à 16 44 28](https://user-images.githubusercontent.com/117200508/210237559-2994cc38-4231-4a47-b950-32130fa14949.png)
Method from the class FileUpload being called on super()
![Capture d’écran 2023-01-02 à 12 07 04](https://user-images.githubusercontent.com/117200508/210237632-21876175-d5a9-4bc6-bd39-eecd68e9451d.png)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: