Details

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

      Description

      Track name size combo box in track prefs view and default track view is editable. It should not be editable and should only allow to select value from combo box.

        Attachments

          Issue Links

            Activity

            hiralv Hiral Vora (Inactive) created issue -
            Hide
            david David Norris (Inactive) added a comment -

            Revision: 10060
            Author: dcnorris
            Date: 2012-01-31 11:57
            Message: Added track name size options and removed editable property from the combo box in the track preferences panel.
            Issue #IGBB-278 - Track name size

            Show
            david David Norris (Inactive) added a comment - Revision: 10060 Author: dcnorris Date: 2012-01-31 11:57 Message: Added track name size options and removed editable property from the combo box in the track preferences panel. Issue # IGBB-278 - Track name size
            david David Norris (Inactive) made changes -
            Field Original Value New Value
            Original Estimate 0 minutes [ 0 ]
            Remaining Estimate 0 minutes [ 0 ]
            david David Norris (Inactive) made changes -
            Assignee David Norris [ david ] Alyssa Gulledge [ alyssa ]
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            You disabled the box from accepting any wrong information but the box is still edittable (I can still type anything into the box). It should be a forced dropdown ONLY.

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - You disabled the box from accepting any wrong information but the box is still edittable (I can still type anything into the box). It should be a forced dropdown ONLY.
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] David Norris [ david ]
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            also - while it does nothing to enter letters, it did throw an NPE:

            Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: "ksdjbhf pgw"
            at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1222)
            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 javax.swing.plaf.basic.BasicComboBoxUI$Handler.actionPerformed(BasicComboBoxUI.java:1898)
            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 com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField$1.actionPerformed(AquaComboBoxUI.java:199)
            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:6150)
            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.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1850)
            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:4607)
            at java.awt.Container.dispatchEventImpl(Container.java:2143)
            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 - also - while it does nothing to enter letters, it did throw an NPE: Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: "ksdjbhf pgw" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1222) 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 javax.swing.plaf.basic.BasicComboBoxUI$Handler.actionPerformed(BasicComboBoxUI.java:1898) 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 com.apple.laf.AquaComboBoxUI$AquaCustomComboTextField$1.actionPerformed(AquaComboBoxUI.java:199) 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:6150) 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.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1850) 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:4607) at java.awt.Container.dispatchEventImpl(Container.java:2143) 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)
            Hide
            david David Norris (Inactive) added a comment -

            Revision: 10071
            Author: dcnorris
            Date: 2012-01-31 14:34
            Message: made track name combo uneditable
            Issue #IGBB-278 - Track name size

            Show
            david David Norris (Inactive) added a comment - Revision: 10071 Author: dcnorris Date: 2012-01-31 14:34 Message: made track name combo uneditable Issue # IGBB-278 - Track name size
            Hide
            david David Norris (Inactive) added a comment -

            My changes previously seem to have not made it to branch until now, sorry for the confusion.

            Show
            david David Norris (Inactive) added a comment - My changes previously seem to have not made it to branch until now, sorry for the confusion.
            david David Norris (Inactive) made changes -
            Assignee David Norris [ david ] 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-278 BUG-277
            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 (11884) Mac.

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - Passed on 7.0.0 (11884) 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-682 [ BUG-682 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Reopened [ 4 ] Closed [ 6 ]
            Resolution Fixed [ 1 ]

              People

              • Assignee:
                Unassigned
                Reporter:
                hiralv Hiral Vora (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: