OpenDream
OpenDream copied to clipboard
[RT] CEF opens external links instead of the user's actual browser

Would this be considered an OpenDream issue, or a RobustToolbox one?
Excellent question.
You can intercept the BeforeBrowse event to open external http:// navigation in the browser again (use IUrlOpener).
Would be great to keep functionality for CEF to open external links via a method so we can maintain BYOND parity.
IUriOpener works to open it in their regular browser, but CEF has already created a window to load it in by the time the BeforeBrowse method runs.