I use an Browser in a class that extends
org.eclipse.jface.dialogs.PopupDialog.
I show an html-text (no url) in this component, in which there are
different links. These links don't link to another site, but I want to
change the html-text (using method setText(..)) when I click one link.
I use the LocationListener to set the new text.
But the component just opens a new window for a very short time, I don't
see whats its content.
Then it closes both windows, the recently opened window and the
PopupDialog himself.
I just want to set a new text in the browser, that is shown and want the
browser to recognize it as new site, so I can call back() and forward(),
if available.