This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 76522
Collapse All | Expand All

(-)src/org/openide/explorer/propertysheet/ComboInplaceEditor.java (-3 / +5 lines)
Lines 318-323 Link Here
318
            } else {
318
            } else {
319
                jtc.setBackground(PropUtils.getTextFieldBackground());
319
                jtc.setBackground(PropUtils.getTextFieldBackground());
320
            }
320
            }
321
            if( tableUI )
322
                jtc.requestFocus();
321
        }
323
        }
322
324
323
        if (getLayout() != null) {
325
        if (getLayout() != null) {
Lines 343-349 Link Here
343
            if (isEditable()) {
345
            if (isEditable()) {
344
                prepareEditor();
346
                prepareEditor();
345
347
346
                //                showPopup();
348
                if( tableUI )
349
                    SwingUtilities.invokeLater(new PopupChecker());
347
            } else {
350
            } else {
348
                if (tableUI) {
351
                if (tableUI) {
349
                    showPopup();
352
                    showPopup();
Lines 525-533 Link Here
525
528
526
                    if (isEditable()) {
529
                    if (isEditable()) {
527
                        prepareEditor();
530
                        prepareEditor();
528
                    } else {
529
                        showPopup();
530
                    }
531
                    }
532
                    showPopup();
531
                }
533
                }
532
534
533
                checker = null;
535
                checker = null;

Return to bug 76522