Re: [pgadmin-hackers] [pgAdmin4] [PATCH] History Tab rewrite in React

2017-06-21 Thread Dave Page
Hi On Wed, Jun 21, 2017 at 3:23 PM, Sarah McAlear wrote: > Hello! > > Thank you for committing the patch! > > We are currently looking into CEF > (https://bitbucket.org/chromiumembedded/cef) as an alternative to QTWebKit. > So far it looks promising. It works on all platforms. It is the base for

Re: [pgadmin-hackers] [pgAdmin4] [PATCH] History Tab rewrite in React

2017-06-21 Thread Sarah McAlear
Hello! Thank you for committing the patch! We are currently looking into CEF ( https://bitbucket.org/chromiumembedded/cef) as an alternative to QTWebKit. So far it looks promising. It works on all platforms. It is the base for Google Chrome, so it should be maintained for some time to come. Versi

Re: [pgadmin-hackers] [pgAdmin4] [PATCH] History Tab rewrite in React

2017-06-21 Thread Dave Page
Hi George On Tue, Jun 20, 2017 at 10:29 PM, George Gelashvili wrote: > We learned that the underlying issue was related to react-dom's > SyntheticEvent.augmentClass function being undefined. > > This seems to be caused by attempted property assignment after the > SyntheticEvent had been replaced