Closed GoogleCodeExporter closed 8 years ago
Original comment by czarek.t...@gmail.com
on 8 Apr 2014 at 7:02
Original comment by czarek.t...@gmail.com
on 9 Apr 2014 at 6:43
I've implemented the callback for OnJSDialog. See attached patch or on my
github fork.
Original comment by jegg...@gmail.com
on 17 Apr 2014 at 8:31
Attachments:
Just implemented OnBeforeUnloadDialog. Updated patch attached.
Original comment by jegg...@gmail.com
on 17 Apr 2014 at 8:52
Attachments:
Can you please also implement OnResetDialogState and OnDialogClosed to make it
complete? These have only 1 parameter (browser), so it should be
straightforward and wouldn't require much code.
Original comment by czarek.t...@gmail.com
on 17 Apr 2014 at 9:05
Those functions are now implemented too. Don't know why I've left them out as
they weren't much work...
Original comment by jegg...@gmail.com
on 18 Apr 2014 at 6:16
Attachments:
@jeggerr Thank you for the patch.
The patch has been applied with some modifications. The naming of the callbacks
has changed to stay consistent with other cefpython handlers. There was a bug
in the OnBeforeUnloadDialog, the is_reload param is not passed by reference, so
it is not allowed to be changed. Javascript dialog types constants were
exposed. Created the JavascriptDialogHandler wiki page.
Fixed in revision 35df04d5b6c0.
Original comment by czarek.t...@gmail.com
on 29 Jul 2014 at 3:18
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/cefpython/issues/118
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 6:37
Original issue reported on code.google.com by
jegg...@gmail.com
on 19 Mar 2014 at 7:47Attachments: