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 35187 - IDEValidation/testMDI fails - due to problems with top components activating
Summary: IDEValidation/testMDI fails - due to problems with top components activating
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
: 35058 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-29 15:00 UTC by Marian Mirilovic
Modified: 2008-12-23 09:41 UTC (History)
1 user (show)

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 Marian Mirilovic 2003-07-29 15:00:08 UTC
[nb_continual](200307290914), [jdk1.4.2](02)

Steps to reproduce:
- run IDE
- open properties window
- press Ctrl+W (window menu is opened)
- expand submenu "Frame Resides"
-> there you can see that Properties window isn't
activated, Explorer is activated

Another test case:
- move focus to Source Editor (see cursor in the
editor window)
- select by mouse Explorer (click by mouse on
Explorer title bar)


P1: - regression, causes failing of IDEValidation


It seems like it's caused by fix of issue 33478
Comment 1 Peter Zavadsky 2003-07-29 15:04:35 UTC
Fixed in [trunk]

core/windows/../frames/DefaultContainerImpl.java 1.5


Note: Before commiting the original fix.. I've run commit-validation 
test and it passed in 100%!
Comment 2 Marian Mirilovic 2003-07-30 07:46:07 UTC
*** Issue 35058 has been marked as a duplicate of this issue. ***
Comment 3 Marian Mirilovic 2003-07-31 10:39:38 UTC
Verified in [nb_dev](20030730)