Changes between Initial Version and Version 1 of Ticket #18082
- Timestamp:
- Nov 21, 2022, 6:33:51 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18082 – Description
initial v1 1 1 R1beta4tc0, x86_64. 2 2 3 When there is a <select> element with background image, onload JavaScript will not be run in exactly one tab. When there is already a defective tab open, new JavaScript in new tabs runs. 3 If there is a background image on any kind of element, or an <img>,\\ 4 given as a data-URL,\\ 5 then the JavaScript onload event on <body> will not fire,\\ 6 unless there is another tab open which uses the same data-URL. 4 7 5 Absolutely wierd. 8 On other tags in the document, onload never fires when there is a data-URL image on the page. 9 10 This happens with invalid data-URLs as well as valid ones, and no data-URL image is ever loaded successfully. 11 12 So, broken data-URL support and it breaks JS onload, too.