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 268206 - Renamed file misses focus
Summary: Renamed file misses focus
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P4 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-26 14:54 UTC by soldatov
Modified: 2016-10-28 10:25 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 soldatov 2016-09-26 14:54:26 UTC
Scenario:
- Create empty C/C++ Application project
- Create 3 files: newmain111.c, newmain222.c, newmain333.c
- Select newmain333.c file in Projects tab
- Press F2
- Replace newmain333.c on newmain000.c
- Press ENTER
===>
Expected behavior: newmain000.c is selected file.
Real behavior: newmain222.c is selected file.