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 240816 - Document separator doen't disappear properly after document group change
Summary: Document separator doen't disappear properly after document group change
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 12:28 UTC by david_kral
Modified: 2014-01-28 03:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Example of bug in editor window (74.84 KB, image/png)
2014-01-22 12:28 UTC, david_kral
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david_kral 2014-01-22 12:28:06 UTC
Created attachment 144242 [details]
Example of bug in editor window

Product Version: NetBeans IDE 8.0 Beta (Build 201401141042)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 8 version 6.2 running on amd64; Cp1250; en_US (nb)

1) Create project and open one file
2) Split your file using that split cross on the right top corner (vertically or horizontally)
3) Create document group (Window -> Document groups -> New Document Group)
4) Try to switch to <none> option in Ducument groups menu
5) Your previously opened documents should disappear
6) Open your previously created document group (Window -> Document groups -> "your group")
7) Now try to double click on separator line in editor window
8) The same file is opened in new tab and previous one has bug inside because separator doesn't disappear properly
Comment 1 david_kral 2014-01-22 12:51:38 UTC
I have noticed that this duplicating is there even when you have multiple files with split screen. Then when you double click on that separator in one of them, you will get new copy of all files with split screen. And also all of your opened files with split screen have the same bug.
Comment 2 Stanislav Aubrecht 2014-01-22 14:04:53 UTC
The actual bug is that document split is removed after double-clicking its divider. That's fixed in core-main f6e5490a3489
Comment 3 Quality Engineering 2014-01-28 03:05:33 UTC
Integrated into 'main-silver', will be available in build *201401280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f6e5490a3489
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #240816 - don't remove splitpane after double-clicking its split divider