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 62587 - Palette window is unexpectedly resized
Summary: Palette window is unexpectedly resized
Status: VERIFIED DUPLICATE of bug 62523
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-18 14:58 UTC by Jiri Skrivanek
Modified: 2008-12-22 19:41 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 Jiri Skrivanek 2005-08-18 14:58:35 UTC
Width of the Palette window is changed unexpectedly while switching between
editor tabs. To reproduce:

- create web application
- dock (drag&drop) palette window to the bottom of editor window
- dock it back to the original position at the right from editor
- open a file without palette (e.g. Configuration Files|MANIFEST.MF)
- switch back to index.jsp and palette has 2 ROWS
- switch to MANIFEST.MF and back to index.jsp - palette has 1 ROW
- switch to MANIFEST.MF and back to index.jsp - palette has 2 ROW
- repeat again and palette's width is changing between 1 and 2 rows

Build 20050818-1127, JDK1.5.0_04, WindowsXP.
Comment 1 Stanislav Aubrecht 2005-08-23 10:27:10 UTC
this is probably a bug in the window system as the palette window is allowed to
dock into editor area.
Comment 2 Stanislav Aubrecht 2005-09-21 09:46:01 UTC

*** This issue has been marked as a duplicate of 62523 ***
Comment 3 Jiri Skrivanek 2005-09-21 09:57:06 UTC
This use case has to be also verified when issue 62523 is fixed.