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 27570 - Change name of event handler is sometime wrong
Summary: Change name of event handler is sometime wrong
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-25 12:23 UTC by Richard Malaschitz
Modified: 2005-07-11 12:49 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 Richard Malaschitz 2002-09-25 12:23:01 UTC
Scenario:
* add JButton to JFrame
* Select JButton1
* Select 
tabpage "Events"
* click on right panel in row "actionPerformed" and 
press Enter
* Handler with name "jButton1ActionPerformed" is 
created
* Click again on right panel
* try change text 
"jButton1ActionPerformed" on text "jHandler"
* when you press "j" 
source editor appear !

This behaviour occured when you press key 
equals with first letter of name of event handler.
Comment 1 Tomas Pavek 2004-03-01 15:26:45 UTC
This seems to have been fixed with rewrite of property sheet.
Comment 2 Marek Grummich 2005-07-11 12:49:46 UTC
Verified