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 255414 - [Patch] Added focus on rename panel to improve usability.
Summary: [Patch] Added focus on rename panel to improve usability.
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Other (show other bugs)
Version: 8.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@contrib
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2015-09-19 04:59 UTC by hiyam
Modified: 2016-01-10 19:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
added nameField.requestFocusInWindow() to renamepanels (7.05 KB, patch)
2015-09-19 04:59 UTC, hiyam
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hiyam 2015-09-19 04:59:07 UTC
Created attachment 156293 [details]
added nameField.requestFocusInWindow() to renamepanels

When I rename .java file, textField in rename panel already focused.
but some extensions are not.

this patch fixes and normalize usability.