jsakuda / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
1 stars 1 forks source link

"Linked file" icon in Review Table disappears when row is selected. #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open up review with Jupiter Issue that has a linked file.
2. See "Linked file" icon in first column of Review Table.
3. Select the row with a "Linked file" icon, icon disappears.

What is the expected output? What do you see instead?
  * Linked file icon should remain, regardless of row selection.

What version of the product are you using? On what operating system?
    Jupiter Feature 3.5.0

     Eclipse Platform:

     Version: 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ
     Build id: I20090611-1540

If applicable, what editor does the problem occur in (Jupiter is tested
against the 'Eclipse for RCP/Plug-in Developers' so the editors may vary)?

Please provide any additional information below.
=================================================
Session Data:

eclipse.buildId=I20090611-1540
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.jee.product -data C:\appserver\applyonlinenow\java\apps

======================================================

Original issue reported on code.google.com by grimshaw...@gmail.com on 29 Jun 2009 at 8:45

GoogleCodeExporter commented 8 years ago

Original comment by jsakuda on 29 Jun 2009 at 10:40

GoogleCodeExporter commented 8 years ago
This bug ONLY affects Windows.

Original comment by jsakuda on 12 Oct 2009 at 4:03

GoogleCodeExporter commented 8 years ago
Deferring to a later release.  The code that I debugged leads me to underlying 
ViewerCell which holds the image 
and it is the same across all platforms.  I know that 
StyledCellLabelProvider.paint is what is drawing the images.  
The code there looks fine and is the same across all platforms.  It calls 
GC.drawImage.  I did not debug any 
farther than that.

The table was written a very long time ago and I maybe it wouldn't hurt to redo 
it with some of the newer JFace 
stuff and see if the problem goes away.

Original comment by jsakuda on 12 Oct 2009 at 4:47

GoogleCodeExporter commented 8 years ago
The link icon reappears on the selected line if the table view loses focus.

Original comment by jsakuda on 10 Nov 2009 at 2:16

GoogleCodeExporter commented 8 years ago
Deferring again.  Will trying to redo the UI code for release 3.6.1.  Hopefully 
the issue on Windows goes away.

Original comment by jsakuda on 22 Jun 2010 at 11:51