Changes between Initial Version and Version 1 of Ticket #18082


Ignore:
Timestamp:
Nov 21, 2022, 6:33:51 PM (18 months ago)
Author:
thebuck
Comment:

Found more cases to trigger that bug, title is no longer precise.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18082 – Description

    initial v1  
    11R1beta4tc0, x86_64.
    22
    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.
     3If there is a background image on any kind of element, or an <img>,\\
     4given as a data-URL,\\
     5then the JavaScript onload event on <body> will not fire,\\
     6unless there is another tab open which uses the same data-URL.
    47
    5 Absolutely wierd.
     8On other tags in the document, onload never fires when there is a data-URL image on the page.
     9
     10This happens with invalid data-URLs as well as valid ones, and no data-URL image is ever loaded successfully.
     11
     12So, broken data-URL support and it breaks JS onload, too.