| Summary: | [Browser] Setting HTML content from inside a BrowserFunction fails in Safari | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | 3.1 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
Fixed in master with change https://git.eclipse.org/r/#/c/53061/ This fix breaks Browser.setUrl() in Chrome (v51) and IE (v11).
Calling setUrl("some.url") using the previous commit #02147589 produces just one GET request to "some.url" as expected.
On commit #98a0f159 we see two GET requests to "some.url" in the network timeline of Chrome dev tools, where the first one has state "cancelled".
This breaks amongst others the capability to call service handlers as described in https://wiki.eclipse.org/RAP/FAQ#How_to_provide_a_download_link.3F because the handler is called twice.
Please open a separate bugzilla and attach a simple snippet there to demonstrate the issue. |