| Summary: | BrowserRidget/WebKit fires an exception if the URL is empty | ||
|---|---|---|---|
| Product: | [RT] Riena | Reporter: | Thorsten Schenkel <thorsten.schenkel> |
| Component: | ridget | Assignee: | Nobody - feel free to take it <nobody> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nobody |
| Version: | 4.0.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Thorsten Schenkel
I could only reproduce this on Ubuntu + Webkit. Passing null or an empty String to the Browser.setUrl(...) methods is not valid since it is not a valid URL (the constructor new URL(string) will fail. If a blank page should be shown in the browser widget, the String to pass is "about:blank". This works with IE, Mozilla and Webkit. |