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 75289 - Welcome Editor tab always on top
Summary: Welcome Editor tab always on top
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-04-20 15:13 UTC by Max Sauer
Modified: 2006-10-23 16:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (806 bytes, text/plain)
2006-04-20 15:25 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-04-20 15:13:38 UTC
Inside today's trunk, the Welcome screen becomes the selected editor tab after
IDE restart. Thus, the IDE does not remember the lastly opened source, which is
very annoying.

Steps to reproduce:
-------------------
1) Start IDE with fresh userdir
2) Open a j2se project and a java file from it
3) Close IDE
4) Start it again, using the userdir from step 1

-----------
NetBeans IDE Dev (Build 200604191800)
1.6.0-beta2; Java HotSpot(TM) Client VM 1.6.0-beta2-b76
SunOS version 5.10 running on sparc
en (nb); ISO646-US
Comment 1 Max Sauer 2006-04-20 15:24:15 UTC
O don't know if it's connected with this issue, but there is an error inside
rss20.xml on planetnetbeans. This may be the couse of the errorous behaviour.
See attached message (informational exception stack trace).
Comment 2 Max Sauer 2006-04-20 15:25:55 UTC
Created attachment 29958 [details]
exception stack trace
Comment 3 Marian Mirilovic 2006-04-21 12:14:32 UTC
As designed ...
Comment 4 Stanislav Aubrecht 2006-04-21 12:28:51 UTC
this is designed behavior (at the moment). there's an option to turn welcome
page off.

what does hie think about this?
Comment 5 jrojcek 2006-04-27 13:37:52 UTC
I agree this can be annoying. Let's wait for more user feedback.

Just brainstorming: What if we insert the welcome screen right next to the lastly open editor tab? This way 
if the user closes the welcome the right tab will be selected. But what if the welcome was open (not 
selected) when the user closed the IDE? Hmm, I don't know. Or I can imagine that we could try to select 
the lastly selected editor tab *after* the user closes the welcome screen. This might introduce other 
problems, though.
Comment 6 Stanislav Aubrecht 2006-09-12 12:10:02 UTC
the welcome screen already has a new behavior in trunk and release55 builds. it
doesn't open as the active tab in editor but it can be switched to by a single
CTRL+TAB key press