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.

Bug 268713 - Introduce variable ok button has no enable triggers
Summary: Introduce variable ok button has no enable triggers
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 12:53 UTC by ferrybig
Modified: 2016-11-16 13:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ferrybig 2016-10-27 12:53:46 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b18

Reproducibility: Happens every time

STEPS:
  * Select a part of your code that can be turned into a variable
  * Go to refractor -> introduce -> variable
  * Clear out the textfield  (should disable the button)
  * sleep(1sec)
  * Insert a valid variable name

ACTUAL:
  ok button stays disabled

EXPECTED:
  ok button should enable us to press it again
Comment 1 ntls 2016-11-16 13:56:56 UTC
I have exactly the same issue...

Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Ubuntu 16.04
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)