Project

General

Profile

Actions

Bug #4893

closed

WRP Kepler Frame vertically fills entire screen

Added by Aaron Aaron about 14 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
Normal
Category:
core
Target version:
Start date:
03/18/2010
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
4893

Description

On Windows XP with a screen resolution of 1600x1200 pixels, a new Kepler Frame (in WRP suite) stretches all the way from the top of the screen to the bottom of the screen. My Windows taskbar is across the bottom and set to Always be on top of other windows. Because of this every time I open a new Kepler window the bottom part of Kepler is covered up and I have to resize the Window.

This is only a problem in the WRP suite. The kepler suite does not do this.

Actions #1

Updated by debi staggs about 14 years ago

I will take a look at this one.

Actions #2

Updated by Derik Barseghian almost 14 years ago

I would test just the reporting suite to see if it happens there. My guess is it won't, and that this bug is related to WRM sizing.

Actions #3

Updated by debi staggs almost 14 years ago

Hey Derik - since you think this may be related to the WRM sizing, would you mind taking a look at it ?

Actions #4

Updated by Derik Barseghian almost 14 years ago

I've got a proper XP box up now, and I've verified this bug happens under WRP on XP. My screen resolution is 1280 x 1024, and part of the bottom of the kepler window is hidden beneath my windows taskbar. The problem does not occur under workflow-run-manager alone, though WRM does create a Kepler window bigger than does the kepler suite. I've previously spent time making WRM as small as possible while still showing 10 rows (the minimum we decided we'd like to see), so I'll try to look into shrinking the size of Reporting.

Actions #5

Updated by ben leinfelder almost 14 years ago

doesn't the Report Designed have a HUGE canvas in a scrollpane. is it possible that is affecting vertical window sizing?

Actions #6

Updated by Derik Barseghian almost 14 years ago

It looks like simply changing ReportDesignerPanel's:
designersplitpane.setMinimumSize(new Dimension(800, 900));
designersplitpane.setPreferredSize(new Dimension(800, 900));
to a smaller height than 900 fixes this problem.

I'l test a bit before check-in to see if this causes any issues...

Actions #7

Updated by Derik Barseghian almost 14 years ago

fixed in r23874.

Actions #8

Updated by debi staggs almost 14 years ago

The designersplitpane shouldn't affect anything hopefully, but it is important not to make the size of the layoutpanel itself any smaller because it can limit the number of report items that can be added to a report, so it is more than just a gui issue.

If you have time, can you test this to make sure that it is not affecting the number of items ? The symptom would be that after around ten or eleven items the panels at the edges would not display correctly, or those items would not show up in the report.

Actions #9

Updated by Derik Barseghian almost 14 years ago

With 13 items I don't have any problems.

Actions #10

Updated by Redmine Admin almost 11 years ago

Original Bugzilla ID was 4893

Actions

Also available in: Atom PDF