Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 379267

Summary: [pmi] Release information overruns div bounds
Product: Community Reporter: Wayne Beaton <wayne.beaton>
Component: Project Management & PortalAssignee: Portal Bugzilla Dummy Inbox <portal-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nathan
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Text overruns horizontal bounds
none
Content overruns vertical bounds none

Description Wayne Beaton CLA 2012-05-11 11:22:53 EDT
I think this may be a styling issue.

The plan information for some releases is not contained horizontally within the div. I'll attach an example.

I'm not sure if this is related; if it is not, we should open a separate bug. The div does not grow vertically to allow room for the contents of tabs in the field group. I'll attach an example.
Comment 1 Wayne Beaton CLA 2012-05-11 11:23:52 EDT
Created attachment 215487 [details]
Text overruns horizontal bounds

This screenshot is taken from http://projects.eclipse.org/projects/birt/release/4.2.0
Comment 2 Wayne Beaton CLA 2012-05-11 11:26:34 EDT
Created attachment 215488 [details]
Content overruns vertical bounds

This screenshot is also from http://projects.eclipse.org/projects/birt/release/4.2.0.

In this case, the "description" tab was initially highlighted, then the "plan" tab was activated.

If I resize the browser, the div expands to the right size and the footer moves to the expected location.
Comment 3 Nathan Gervais CLA 2012-05-11 13:42:26 EDT
The vertical boundary issue is a bug in the Equal Heights CSS library this is enabled as part of the theme by default.  I've disabled this CSS and it seems to have resolved the issue.

For the horizontal boundary inside the Target Environments field the BIRT project is defining the table to have a width of 825px.  This causes the entire horizontal tabs pane to use this width.  Removing this style tag resolves the width issue.

We should discuss how we can remove the use of style tags from HTML items in the input filter for fields.
Comment 4 Wayne Beaton CLA 2012-05-11 13:43:52 EDT
(In reply to comment #3)
> For the horizontal boundary inside the Target Environments field the BIRT
> project is defining the table to have a width of 825px.  This causes the entire
> horizontal tabs pane to use this width.  Removing this style tag resolves the
> width issue.
> 
> We should discuss how we can remove the use of style tags from HTML items in
> the input filter for fields.

Is this something that we can/should just handle as part of the export/import process?
Comment 5 Nathan Gervais CLA 2012-05-11 13:47:28 EDT
I've created a new bug: 379290 to track this new issue of handling HTML data.  I think it's seperate enough to create a new bug.