Bug 14787 - Many of the hyperlinks in the Overview page do nothing
Summary: Many of the hyperlinks in the Overview page do nothing
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 15:56 EDT by Tod Creasey CLA
Modified: 2002-04-29 18:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-04-26 15:56:11 EDT
Many of apparent hyperlinks in the plugin manifest do nothing. 

For instance open the plugin.xml for org.eclipse.ui. and switch to the Overview 
page

No effect hyperlinks. Many move the position but they dont do anything.

1) Class 
2) Extensions (it moves around but never opens anything)
3) Most required plugins
4) Extension Points
Comment 1 Dejan Glozic CLA 2002-04-26 16:45:30 EDT
I am confused - I have just opened org.eclipse.ui manifest and clicked on the 
links and they all work. Most of the links take you to a particular object on 
another page within the editor, but links in Required plug-ins open their 
manifests. This is with the build 20020425.
Comment 2 Tod Creasey CLA 2002-04-29 09:03:28 EDT
This was in build 20020425. When I opened the plugin.xml none of the Extension 
Links and Extension Points Links worked and only the xerces maifest would open.
Comment 3 Dejan Glozic CLA 2002-04-29 18:12:52 EDT
This is a regression introduced by fixing another problem. In the past, if a 
button was pressed while inside the hyperlink, there was no way of disarming it 
by moving the mouse outside the link before releasing. Either the fix didn't 
work to start with, or something happened in 0425 build, but method 'getBounds' 
for the hyperlink now returns x,y coordinates that are not 0,0, and the 
call 'contains' fails. 

Fixed.