Opened 2 years ago
Closed 2 years ago
#18082 closed bug (fixed)
WebPositive JavaScript not executed in one tab when a <select> has a background image
Reported by: | thebuck | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | Kits/Web Kit | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
R1beta4tc0, x86_64.
If there is a background image on any kind of element, or an <img>,
given as a data-URL,
then the JavaScript onload event on <body> will not fire,
unless there is another tab open which uses the same data-URL.
On other tags in the document, onload never fires when there is a data-URL image on the page.
This happens with invalid data-URLs as well as valid ones, and no data-URL image is ever loaded successfully.
So, broken data-URL support and it breaks JS onload, too.
Attachments (1)
Change History (3)
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 2 years ago
Component: | Applications/WebPositive → Kits/Web Kit |
---|---|
Milestone: | Unscheduled → R1/beta4 |
Resolution: | → fixed |
Status: | new → closed |
Fixed in haikuwebkit 1.9
Note:
See TracTickets
for help on using tickets.
Found more cases to trigger that bug, title is no longer precise.