| Summary: | [Browser] MozillaBrowser fails to open URLs with spaces in the fragment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Markus Keller <markus.kell.r> | ||||
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | daniel_megert | ||||
| Version: | 3.8 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
Created attachment 206808 [details]
Fix
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
MozillaBrowser fails to open URLs with spaces in the fragment. Steps: - paste to Package Explorer: package p; public class MyClass { /** * The foo! * * @param s Hello * @param i World */ public void foo(String s, int i) { } } - Project > Generate Javadoc - method name "foo" - Navigate > Open Attached Javadoc => URL is file:///<path-to-project>/doc/p/MyClass.html#foo(java.lang.String, int) , but this is passed on the command line as two arguments.