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 248753 - The renamed node loses focus (remote Favorites tab)
Summary: The renamed node loses focus (remote Favorites tab)
Status: RESOLVED DUPLICATE of bug 248802
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-19 13:18 UTC by soldatov
Modified: 2014-12-08 09: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 2014-11-19 13:18:06 UTC
I can't reproduce this bug on my machines, but I saw this stable problem in Desktop Distribution (Oracle Solaris Studio 12.4) on Windows

Scenario:
- Some remote USA host has been added to IDE
- Some remote folder has been added to Favorites tab
- Select one of sub-folders
- Press F2
- Type new name and press ENTER
==> IDE resorted folder's nodes, but selected node is not the renamed node
Comment 1 soldatov 2014-11-20 18:29:40 UTC
I can reproduce this bug if I repeated all steps (I cloned problematic testbase and renamed problematic folder).
Comment 2 soldatov 2014-11-21 13:02:00 UTC
Script in order to create problematic folders:

#!/bin/sh

mkdir -p ./src/c++11/std_list/std_list_1/
touch ./src/c++11/std_list/std_list_1/file1.cfg

mkdir -p ./src/c++11/std_list/std_list_2/
touch ./src/c++11/std_list/std_list_2/file2.cfg

mkdir -p ./src/c++11/std_list/std_list_3/
touch ./src/c++11/std_list/std_list_3/file3.cfg

Scenario:
- Launch script on remote computer
- Launch IDE
- Add this new remote folder to Favorites tab
- Select std_list_2 node
- Press F2
- Type std_zzzlist_2 and press Enter
==>  the renamed node loses focus
Comment 3 Vladimir Kvashin 2014-12-02 14:27:24 UTC
I can reproduce it on Solaris as well.
Comment 4 Vladimir Kvashin 2014-12-03 15:52:23 UTC

*** This bug has been marked as a duplicate of bug 248802 ***