History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-13126
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Anna Kozlova
Reporter: Alexander Strotzky
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Quick documentation lookup (Ctrl+Q) problem

Created: 06 Jun 07 20:42   Updated: 07 Jun 07 18:48
Component/s: Documentation

Build: 6,891
Severity: Medium


 Description  « Hide
If we follow a link to a package that has no documentation we cannot go back to the documentation that contained that link because the back button is not active.
For example:
/**
 * The {@link existing.package.without.documentation} package is not documented.
 */
public void aMethod() {
...
}

1. Press Ctrl+Q on the method aMethod to see it's javadoc
2. follow the link; the package existing.package.without.documentation must exists, otherwise there is no link
3. You arrive at a page that says "no documentation", but you can't go back because the back button is disabled.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.