mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
562 stars 64 forks source link

figure where/when to set mozbrowser internalinstanceid attribute #71

Open mykmelez opened 8 years ago

mykmelez commented 8 years ago

The webview-element branch #60 sets the mozbrowser element's internalinstanceid attribute in a timeout inside its createdCallback, because setting it immediately in that callback causes the initial URL not to load. The timeout works, but we should figure out where/when to actually set that attribute.