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

'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) and they are set to single track

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Fixed
    • Labels:
      None

      Description

      An error is thrown if there are 2 or more tracks listed in the 'Track List' and then clicking 'Select All'. This error is only thrown when 'Select All' is first clicked. After the first click BG & FG can be changed or no change at all and clicking 'Select All' causes no additional error.

      NOTE: this error seems to only get thrown IF the multiple selected tracks are set to '1 track' - there is no problem if they are set to '2-track'

      Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String
      at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
      at java.lang.Float.parseFloat(Unknown Source)
      at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558)
      at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457)
      at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14)
      at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114)
      at javax.swing.JComboBox.fireActionEvent(Unknown Source)
      at javax.swing.JComboBox.setSelectedItem(Unknown Source)
      at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389)
      at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
      at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
      at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
      at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
      at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
      at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
      at javax.swing.JTable.setRowSelectionInterval(Unknown Source)
      at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521)
      at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501)
      at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14)
      at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272)
      at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
      at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
      at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
      at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(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)
      at java.awt.Container.dispatchEventImpl(Unknown Source)
      at java.awt.Component.dispatchEvent(Unknown Source)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
      at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
      at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
      at java.awt.Container.dispatchEventImpl(Unknown Source)
      at java.awt.Window.dispatchEventImpl(Unknown Source)
      at java.awt.Component.dispatchEvent(Unknown Source)
      at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
      at java.awt.EventQueue.access$000(Unknown Source)
      at java.awt.EventQueue$1.run(Unknown Source)
      at java.awt.EventQueue$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.awt.EventQueue$2.run(Unknown Source)
      at java.awt.EventQueue$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
      at java.awt.EventQueue.dispatchEvent(Unknown Source)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
      at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
      at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
      at java.awt.EventDispatchThread.run(Unknown Source)

        Attachments

          Issue Links

            Activity

            kkubiak Katharine Kubiak (Inactive) created issue -
            kkubiak Katharine Kubiak (Inactive) made changes -
            Field Original Value New Value
            Assignee Alyssa Gulledge [ alyssa ]
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            Same in Mac...

            Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String
            at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:992)
            at java.lang.Float.parseFloat(Float.java:422)
            at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558)
            at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14)
            at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114)
            at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
            at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
            at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194)
            at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:388)
            at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:398)
            at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:442)
            at javax.swing.JTable.setRowSelectionInterval(JTable.java:2129)
            at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521)
            at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14)
            at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:6373)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
            at java.awt.Component.processEvent(Component.java:6138)
            at java.awt.Container.processEvent(Container.java:2085)
            at java.awt.Component.dispatchEventImpl(Component.java:4735)
            at java.awt.Container.dispatchEventImpl(Container.java:2143)
            at java.awt.Component.dispatchEvent(Component.java:4565)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4621)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
            at java.awt.Container.dispatchEventImpl(Container.java:2129)
            at java.awt.Window.dispatchEventImpl(Window.java:2478)
            at java.awt.Component.dispatchEvent(Component.java:4565)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:679)
            at java.awt.EventQueue.access$000(EventQueue.java:85)
            at java.awt.EventQueue$1.run(EventQueue.java:638)
            at java.awt.EventQueue$1.run(EventQueue.java:636)
            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:652)
            at java.awt.EventQueue$2.run(EventQueue.java:650)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:649)
            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)

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - Same in Mac... Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:992) at java.lang.Float.parseFloat(Float.java:422) at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558) at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457) at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14) at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114) at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240) at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567) at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389) at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167) at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147) at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194) at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:388) at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:398) at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:442) at javax.swing.JTable.setRowSelectionInterval(JTable.java:2129) at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521) at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501) at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14) at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.Component.processMouseEvent(Component.java:6373) at javax.swing.JComponent.processMouseEvent(JComponent.java:3267) at java.awt.Component.processEvent(Component.java:6138) at java.awt.Container.processEvent(Container.java:2085) at java.awt.Component.dispatchEventImpl(Component.java:4735) at java.awt.Container.dispatchEventImpl(Container.java:2143) at java.awt.Component.dispatchEvent(Component.java:4565) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4621) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212) at java.awt.Container.dispatchEventImpl(Container.java:2129) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4565) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:679) at java.awt.EventQueue.access$000(EventQueue.java:85) at java.awt.EventQueue$1.run(EventQueue.java:638) at java.awt.EventQueue$1.run(EventQueue.java:636) 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:652) at java.awt.EventQueue$2.run(EventQueue.java:650) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:649) 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)
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Hiral Vora [ hiralv ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Summary 'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) 'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) and they are set to single track
            Description An error is thrown if there are 2 or more tracks listed in the 'Track List' and then clicking 'Select All'. This error is only thrown when 'Select All' is first clicked. After the first click BG & FG can be changed or no change at all and clicking 'Select All' causes no additional error.

            Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String
            at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
            at java.lang.Float.parseFloat(Unknown Source)
            at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558)
            at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14)
            at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114)
            at javax.swing.JComboBox.fireActionEvent(Unknown Source)
            at javax.swing.JComboBox.setSelectedItem(Unknown Source)
            at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
            at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
            at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
            at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
            at javax.swing.JTable.setRowSelectionInterval(Unknown Source)
            at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521)
            at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14)
            at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(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)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
            An error is thrown if there are 2 or more tracks listed in the 'Track List' and then clicking 'Select All'. This error is only thrown when 'Select All' is first clicked. After the first click BG & FG can be changed or no change at all and clicking 'Select All' causes no additional error.

            NOTE: this error seems to only get thrown IF the multiple selected tracks are set to '1 track' - there is no problem if they are set to '2-track'

            Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String
            at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
            at java.lang.Float.parseFloat(Unknown Source)
            at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558)
            at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14)
            at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114)
            at javax.swing.JComboBox.fireActionEvent(Unknown Source)
            at javax.swing.JComboBox.setSelectedItem(Unknown Source)
            at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
            at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
            at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
            at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
            at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
            at javax.swing.JTable.setRowSelectionInterval(Unknown Source)
            at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521)
            at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501)
            at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14)
            at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(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)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
            Hide
            david David Norris (Inactive) added a comment -

            I can not reproduce this bug. Can you confirm this once more or demo it for me?

            Show
            david David Norris (Inactive) added a comment - I can not reproduce this bug. Can you confirm this once more or demo it for me?
            david David Norris (Inactive) made changes -
            Assignee David Norris [ david ] Alyssa Gulledge [ alyssa ]
            hiralv Hiral Vora (Inactive) made changes -
            Assignee Hiral Vora [ hiralv ] David Norris [ david ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] David Norris [ david ]
            Hide
            david David Norris (Inactive) added a comment -

            Fixed in r10068

            Show
            david David Norris (Inactive) added a comment - Fixed in r10068
            david David Norris (Inactive) made changes -
            Assignee David Norris [ david ] Alyssa Gulledge [ alyssa ]
            Hide
            david David Norris (Inactive) added a comment -

            Revision: 10070
            Author: dcnorris
            Date: 2012-01-31 14:06
            Message: Fixed "'Select All' throws error when 2 or more tracks are in the Track List." bug in preferences panel.
            Issue #IGBB-293 - 'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) and they are set to single track

            Show
            david David Norris (Inactive) added a comment - Revision: 10070 Author: dcnorris Date: 2012-01-31 14:06 Message: Fixed "'Select All' throws error when 2 or more tracks are in the Track List." bug in preferences panel. Issue # IGBB-293 - 'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) and they are set to single track
            david David Norris (Inactive) made changes -
            Original Estimate 0 minutes [ 0 ]
            Remaining Estimate 0 minutes [ 0 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Katharine Kubiak [ kkubiak ]
            Hide
            kkubiak Katharine Kubiak (Inactive) added a comment -

            Passed v10088 Windows

            Show
            kkubiak Katharine Kubiak (Inactive) added a comment - Passed v10088 Windows
            kkubiak Katharine Kubiak (Inactive) made changes -
            Assignee Katharine Kubiak [ kkubiak ] Alyssa Gulledge [ alyssa ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Open [ 1 ] Resolved [ 5 ]
            Assignee Alyssa Gulledge [ alyssa ]
            Resolution Fixed [ 1 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Resolved [ 5 ] Closed [ 6 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Project IGB 6.7 [ 10040 ] Bug Repository [ 10030 ]
            Key IGBB-293 BUG-283
            fwang4 Fuquan Wang (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Reopened [ 4 ]
            Assignee Fuquan Wang [ fwang4 ]
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            Passed on 7.0.0 (11846) Mac.

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - Passed on 7.0.0 (11846) Mac.
            fwang4 Fuquan Wang (Inactive) made changes -
            Status Reopened [ 4 ] Resolved [ 5 ]
            Assignee Fuquan Wang [ fwang4 ]
            Resolution Fixed [ 1 ]
            richard Richard Linchangco (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Resolved [ 5 ] Reopened [ 4 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue relates to BUG-609 [ BUG-609 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue relates to BUG-652 [ BUG-652 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue relates to BUG-609 [ BUG-609 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Reopened [ 4 ] Closed [ 6 ]
            Resolution Fixed [ 1 ]

              People

              • Assignee:
                Unassigned
                Reporter:
                kkubiak Katharine Kubiak (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: