Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
Description
In all cases, when the item is selected, the adjuster completely greys out, even though the floating track still has the red 'selected' arrow showing. In all cases if you click the floating track again, it re-enables the adjuster.
1. when a graph floats you should still be able to change the graph type - currently you cannot.
2. Y axis doesn't show up
3. FG greys the panel without changing color. This option SHOULD be functional.
4. Height slider and Yaxis sub panel are grayed out, but should be functional...
Attachments
Issue Links
- is blocked by
-
BUG-640 Graph: float
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Hiral Vora [ hiralv ] | Lance Frohman [ lfrohman ] |
| Assignee | Lance Frohman [ lfrohman ] | Alyssa Gulledge [ alyssa ] |
| Assignee | Alyssa Gulledge [ alyssa ] | Katharine Kubiak [ kkubiak ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Katharine Kubiak [ kkubiak ] | |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Summary | Float a graph. Various strange issues with track adjuster | Float a graph. Various strange issues with graph tab |
| Description |
In all cases, when the item is selected, the adjuster completely greys out, even though the floating track still has the red 'selected' arrow showing. In all cases if you click the floating track again, it re-enables the adjuster. 1. when a graph floats you should still be able to change the graph type - currently you cannot. 2. Y axis doesn't show up 3. selecting BG, label or Font size 'grays' the panel (and should not be selectable while graph is floating) 4. FG greys the panel without changing color. This option SHOULD be functional. 5. Floating track should also have 'hide' 'restore' 'select all''clear' buttons greyed out when selected. 6. Height slider and Yaxis sub panel are grayed out, but *should* be functional... 7. Changing the name on a floating graph throws an NPE. This shold probably be grayed out/disabled while floating. Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:547) at java.util.ArrayList.get(ArrayList.java:322) at com.affymetrix.igb.shared.TrackPreferencesA.trackNameTextFieldActionPerformedA(TrackPreferencesA.java:322) at com.affymetrix.igb.shared.TrackPreferencesGUI.trackNameTextFieldActionPerformed(TrackPreferencesGUI.java:792) at com.affymetrix.igb.shared.TrackPreferencesGUI.access$1400(TrackPreferencesGUI.java:29) at com.affymetrix.igb.shared.TrackPreferencesGUI$17.actionPerformed(TrackPreferencesGUI.java:411) at javax.swing.JTextField.fireActionPerformed(JTextField.java:492) at javax.swing.JTextField.postActionEvent(JTextField.java:705) at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:820) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1645) at javax.swing.JComponent.processKeyBinding(JComponent.java:2851) at javax.swing.JComponent.processKeyBindings(JComponent.java:2886) at javax.swing.JComponent.processKeyEvent(JComponent.java:2814) at java.awt.Component.processEvent(Component.java:6152) at java.awt.Container.processEvent(Container.java:2083) at java.awt.Component.dispatchEventImpl(Component.java:4737) at java.awt.Container.dispatchEventImpl(Container.java:2141) at java.awt.Component.dispatchEvent(Component.java:4565) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1836) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:712) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:990) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:855) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:676) at java.awt.Component.dispatchEventImpl(Component.java:4609) at java.awt.Container.dispatchEventImpl(Container.java:2141) at java.awt.Window.dispatchEventImpl(Window.java:2482) at java.awt.Component.dispatchEvent(Component.java:4565) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:684) at java.awt.EventQueue.access$000(EventQueue.java:85) at java.awt.EventQueue$1.run(EventQueue.java:643) at java.awt.EventQueue$1.run(EventQueue.java:641) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98) at java.awt.EventQueue$2.run(EventQueue.java:657) at java.awt.EventQueue$2.run(EventQueue.java:655) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:654) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) |
In all cases, when the item is selected, the adjuster completely greys out, even though the floating track still has the red 'selected' arrow showing. In all cases if you click the floating track again, it re-enables the adjuster. 1. when a graph floats you should still be able to change the graph type - currently you cannot. 2. Y axis doesn't show up 3. FG greys the panel without changing color. This option SHOULD be functional. 4. Height slider and Yaxis sub panel are grayed out, but *should* be functional... |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
fixed
rev 12131
I did not disable the Select All button, why would we?
note -
https://igbjira.uncc.edu/jira/browse/IGBC-361