https://bugs.winehq.org/show_bug.cgi?id=53927 Gabriel Ivăncescu <gabrielopcode(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|wine-bugs(a)winehq.org |gabrielopcode(a)gmail.com --- Comment #1 from Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- Did a quick look on these events. We are using wine-gecko to print, and gecko seems to support them already. They're generic events as well, so the implementation is pretty trivial. The problem is that I actually ran into more issues. This unveiled a pretty serious issue where all gecko events were never dispatched by us if the target was the window. Also, during "afterprint" event handler it wants location.reload() implemented (which makes sense since it reloads the page, "beforeprint" changes its layout). There also seems to be an issue with load event called too much, which will need more investigation. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.