https://bugs.winehq.org/show_bug.cgi?id=53927
Gabriel Ivăncescu gabrielopcode@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|wine-bugs@winehq.org |gabrielopcode@gmail.com
--- Comment #1 from Gabriel Ivăncescu gabrielopcode@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.