Bug 321016 - [hovering] Notify user that no browser component can be found
Summary: [hovering] Notify user that no browser component can be found
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 396557 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-27 09:58 EDT by Aaron Digulla CLA
Modified: 2012-12-17 07:26 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Digulla CLA 2010-07-27 09:58:11 EDT
Build Identifier: All up to 3.6

If no browser can be found, the UI falls back to StyledText. The result looks like the JavaDoc and similar views are severely broken.

Can you please add "No browser found; falling back to StyledText" to all such views. It should be a link pointing to "http://www.eclipse.org/swt/faq.php#browserlinux"

Reproducible: Always

Steps to Reproduce:
1. Make sure Eclipse can't find XULRunner
2. Open the JavaDocs for java.util.regex.Pattern
Comment 1 Dani Megert CLA 2010-07-28 06:46:52 EDT
We once had it but without hints how to fix the browser issue, see bug 73558.
Comment 2 Markus Keller CLA 2010-08-04 09:12:09 EDT
> Can you please add "No browser found; falling back to StyledText" to all such
> views. It should be a link pointing to
> "http://www.eclipse.org/swt/faq.php#browserlinux"

If a user can't / doesn't want to make a browser available on his system, he should still be able to work with the fallback (which works fine for simple Javadoc hovers). Forcing such users to skip this message in every Javadoc hover is too intrusive.

If we do something, then the user should be able to remove the message.
Comment 3 Aaron Digulla CLA 2010-08-04 11:19:31 EDT
In that case, popup a dialog where they can choose to copy the link to the clipboard (so they can visit the page) or to disable the warning (like the "Always run in background" dialogs).
Comment 4 Dani Megert CLA 2012-12-17 07:26:02 EST
*** Bug 396557 has been marked as a duplicate of this bug. ***