dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Whole program crash #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login (better shown with a profile with msn account and google talk )
2. It will work fine but for no reason it will crash and throws exceptions 
when you move your mouse on the GUI interface (anywhere)

What is the expected output? What do you see instead?
I don't know why specifically that's happen.

Please use labels and text to provide additional information.

This is the exception:
Exception in thread "AWT-EventQueue-0" 
java.lang.ArrayIndexOutOfBoundsException: No such child: 0
    at java.awt.Container.getComponent(Unknown Source)
    at view.styles.CustomListPane$SelectListener.mouseExited
(CustomListPane.java:261)
    at java.awt.AWTEventMulticaster.mouseExited(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseExited(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseExited(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source

Original issue reported on code.google.com by rma...@gmail.com on 27 Jul 2009 at 3:36

GoogleCodeExporter commented 8 years ago
Vera told me that
the problem is, they refer things as the array index but the index will be 
messed up 
if one buddy changes the status and move to the other grouping 

Original comment by rma...@gmail.com on 27 Jul 2009 at 3:59

GoogleCodeExporter commented 8 years ago
I have tried to fix this. Let me know if it happens again. The hovering doesnt 
work
for MSN account with overly many friends (about 100++ friends)

Original comment by shichan....@gmail.com on 28 Jul 2009 at 5:24

GoogleCodeExporter commented 8 years ago

Original comment by rma...@gmail.com on 29 Jul 2009 at 11:34