Bug 14787

Summary: Many of the hyperlinks in the Overview page do nothing
Product: [Eclipse Project] PDE Reporter: Tod Creasey <Tod_Creasey>
Component: UIAssignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.