send2vinnie / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

External links should load in external browser #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When there is an external link on a page we should not load it
in our application's browser control, it should load in system's
default browser.

In our application's web-browser control we should allow loading only
urls starting with http://127.0.0.1:54007/.

Maybe we should allow to customize this behavior, a list of urls
that should be allowed to load in web-browser control and all
others should be run in system's default browser.

Original issue reported on code.google.com by czarek.t...@gmail.com on 13 Jan 2013 at 3:04

GoogleCodeExporter commented 9 years ago
To have this feature in IE we will have to attach to click
events, see an implementation in 5 Minute Break application:

http://code.google.com/p/5minutebreak/source/browse/WebBrowser/ClickEvents.h

Original comment by czarek.t...@gmail.com on 13 Jan 2013 at 3:22

GoogleCodeExporter commented 9 years ago
A form with external link as an action should also be handled
in a similar fashion.

Original comment by czarek.t...@gmail.com on 13 Jan 2013 at 3:25

GoogleCodeExporter commented 9 years ago
Fixed in revision 413292251313, will appear in version v4.

Original comment by czarek.t...@gmail.com on 14 Jan 2013 at 8:01