Uploaded image for project: 'Bug Repository'
  1. Bug Repository
  2. BUG-474

Float a graph. Various strange issues with graph tab

    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

            Activity

            alyssa Alyssa Gulledge (Inactive) created issue -
            lfrohman Lance Frohman (Inactive) made changes -
            Field Original Value New Value
            Assignee Hiral Vora [ hiralv ] Lance Frohman [ lfrohman ]
            Hide
            lfrohman Lance Frohman (Inactive) added a comment - - edited

            fixed
            rev 12131
            I did not disable the Select All button, why would we?
            note -
            https://igbjira.uncc.edu/jira/browse/IGBC-361

            Show
            lfrohman Lance Frohman (Inactive) added a comment - - edited fixed rev 12131 I did not disable the Select All button, why would we? note - https://igbjira.uncc.edu/jira/browse/IGBC-361
            lfrohman Lance Frohman (Inactive) made changes -
            Assignee Lance Frohman [ lfrohman ] Alyssa Gulledge [ alyssa ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Katharine Kubiak [ kkubiak ]
            Hide
            kkubiak Katharine Kubiak (Inactive) added a comment -

            The above issues pass Windows v12140

            Show
            kkubiak Katharine Kubiak (Inactive) added a comment - The above issues pass Windows v12140
            kkubiak Katharine Kubiak (Inactive) made changes -
            Status Open [ 1 ] Resolved [ 5 ]
            Assignee Katharine Kubiak [ kkubiak ]
            Resolution Fixed [ 1 ]
            kkubiak Katharine Kubiak (Inactive) made changes -
            Project IGB 7.0 [ 10140 ] Bug Repository [ 10030 ]
            Key IGBC-345 BUG-474
            richard Richard Linchangco (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Resolved [ 5 ] Reopened [ 4 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue is blocked by BUG-640 [ BUG-640 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Summary Float a graph. Various strange issues with track adjuster Float a graph. Various strange issues with graph tab
            alyssa Alyssa Gulledge (Inactive) made changes -
            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...
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Reopened [ 4 ] Closed [ 6 ]
            Resolution Fixed [ 1 ]

              People

              • Assignee:
                Unassigned
                Reporter:
                alyssa Alyssa Gulledge (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: