Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
Description
This is a bug report from Richard Bourgon through Michael Lawrence. It is logged at sourceforge #3299951
Another to add to the queue. Sometimes, the dialog for setting graph thresholds stops working properly. Changes made by typing into the "By Value" box have no effect, although if I grab the slider to the right of the box, I CAN make changes which show up on the graph. There are also weird problems with focus not being indicated properly in the dialog box: highlighting is missing altogether or on some other field, but if I start typing, I'll be able to do data entry in a different field. The console shows
Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError
at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:202)
at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:202)
at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:202)
at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:202)
which then alternates with
Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:212)
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:212)
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:212)
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:212)
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:212)
Both go on and on and on.
No crash though...
Attachments
Issue Links
- relates to
-
BUG-660 Graph tab and Graph functions
-
- Closed
-
Done.
To test, load multiple graphs and change values in text field.