Community
Participate
Working Groups
Build Identifier: I will attach a small example that uses a browser widget. It adds a LocationListener to this widget which simply logs the events. The browser is supposed to display a simple html text document that contains a link referring to an external location. If I click on the link, none of the methods is called (they are only called once due to the setText()). This is different to SWT where the methods called also when I click them. Reproducible: Always
Created attachment 205434 [details] The example mentioned in my report.
Sebastian, Browser widget is an iframe inside a real browser. Due to browser security policies, it's not possible to find if the URL of the Iframe is changed (by clicking on a link) or not. I think that there is no clean and 100% reliable way to do this in all supported by RAP browsers.
There is nothing we can do about this issue in the browser client. Therefore I have to close this bug as WONTFIX, sorry.
You could add a little note somewhere, because this behaviour is definitively different from the SWT library.
(In reply to comment #3) > There is nothing we can do about this issue in the browser client. Therefore I > have to close this bug as WONTFIX, sorry. Closed as WONTFIX.