google-code-export / macwidgets

Automatically exported from code.google.com/p/macwidgets
1 stars 0 forks source link

source list item do not honor droplocation #178

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Use a source list as drop destination
2. Set DropMode to ON
3. Drag something onto a source list item

What is the expected output? What do you see instead?

If the source list item is not selected and a drop is possible, it should have 
a round border (like in iTunes or Mail.app)
If the source list item is selected or a drop is not possible, nothing should 
change.

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

0.9.5 on OS X

Please provide any additional information below.

Original issue reported on code.google.com by hendrik....@gmail.com on 25 May 2011 at 3:09

GoogleCodeExporter commented 9 years ago
For more info, see 
http://download.oracle.com/javase/6/docs/api/javax/swing/tree/TreeCellRenderer.h
tml#getTreeCellRendererComponent(javax.swing.JTree,%20java.lang.Object,%20boolea
n,%20boolean,%20boolean,%20int,%20boolean)

Original comment by hendrik....@gmail.com on 25 May 2011 at 3:11