-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
6
-
generic
-
generic
Bug Info:
=========
A Internalframe within another internalframe is not changing to inactive mode when the parent internal frame goes to inactive.
An internal frame embedded multiple internal frames and one of the embedded frame is active state and other embedded frames are inactive state.Now if the main internalframe goes to inactive state then I expected the following behavior.
All the frames which are embedded inside the main internalframe should go inactive state.But the embedded frame which is in active state is not going to the inactive state.
JDK Info:
=========
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b97)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b97, mixed mode)
Steps to Reproduce:
===================
1. Download the attached java file.
2. Execute the java file.
3. Click on 'SubFrames' menu and choose the add option.
4. Now it adds the new internal frame inside the 'iframe1' and it should be active.
5. Click on 'Frames' menu and choose the add option.
6. Now it add the new internal frame inside the 'InternalFrameDemo' frame.
After the step 6, the expected behavior should be the following.
Expected Behavior:
==================
The 'iframe1' should go to the inactive state and the frame 'Isubframe3' which is inside the 'iframe1' also should go to the inactive. state.
Actual Behavior:
================
The 'iframe1' is going to inactive state but the frame 'Isubframe3' which is inside the 'iframe1' is not going to inactive state.
Please find the attached image.
=========
A Internalframe within another internalframe is not changing to inactive mode when the parent internal frame goes to inactive.
An internal frame embedded multiple internal frames and one of the embedded frame is active state and other embedded frames are inactive state.Now if the main internalframe goes to inactive state then I expected the following behavior.
All the frames which are embedded inside the main internalframe should go inactive state.But the embedded frame which is in active state is not going to the inactive state.
JDK Info:
=========
java version "1.6.0-rc"
Java(TM) SE Runtime Environment (build 1.6.0-rc-b97)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b97, mixed mode)
Steps to Reproduce:
===================
1. Download the attached java file.
2. Execute the java file.
3. Click on 'SubFrames' menu and choose the add option.
4. Now it adds the new internal frame inside the 'iframe1' and it should be active.
5. Click on 'Frames' menu and choose the add option.
6. Now it add the new internal frame inside the 'InternalFrameDemo' frame.
After the step 6, the expected behavior should be the following.
Expected Behavior:
==================
The 'iframe1' should go to the inactive state and the frame 'Isubframe3' which is inside the 'iframe1' also should go to the inactive. state.
Actual Behavior:
================
The 'iframe1' is going to inactive state but the frame 'Isubframe3' which is inside the 'iframe1' is not going to inactive state.
Please find the attached image.