Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » behavior of external links in help view, <a href=... target= ...>
behavior of external links in help view, <a href=... target= ...> [message #623772] Wed, 28 October 2009 16:43 Go to next message
Edoardo Comar is currently offline Edoardo ComarFriend
Messages: 102
Registered: July 2009
Senior Member
Hi

our help docs contain a number of external URLs.
No problem in handling them when the docs are displayed in the help browser.

However when the docs are displayed in the Help View,
then the behavior is hardly predictable (for a user).

a link like http://www.eclipse.org opens in-place in the Help View

however if we add <a .. target="_blank" > so that the link opens in a new window from the help browser,
then in in the Help View the link just does not work at all .

a target like
http://publib.boulder.ibm.com/infocenter/cicsts/v4r1/topic/c om.ibm.cics.ts.doc/eyua6/REMTRANtab.html

does not work from the help view

while the https version of the above
http://publib.boulder.ibm.com/infocenter/cicsts/v4r1/topic/c om.ibm.cics.ts.doc/eyua6/REMTRANtab.html
opens in the external browser (not the help browser).

Is it possible to give all external links the 'open in external browser' or 'open in the help browser' behavior ?

Edoardo
Re: behavior of external links in help view, <a href=... target= ...> [message #623774 is a reply to message #623772] Wed, 28 October 2009 20:39 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Your post touched on a few different issues.

This may not be exactly what you asked for but in Eclipse 3.5 there is a help preference which allows you to specify that any link in the help view opens in an external browser. You can see this on the help preference page.


I've seen the code that makes https links open in an extenal browser but I'm not sure why it is there, this code was there since before I was working on the help sysetm. My first thought was that it was because the embedded browser cannot handle https on at least one platform. My second thought was that there is a security related reason for it to be that way.

Opening a target which is itself a topic from another infocenter can cause problems, I think there is a bug open on this but I'm not sure of the bug number.
Previous Topic:Cannot unzip eclipse-platform-3.2.1-win32.zip
Next Topic:Help doesn't worked after product export
Goto Forum:
  


Current Time: Fri Apr 19 11:10:21 GMT 2024

Powered by FUDForum. Page generated in 0.01545 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top