History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-13054
Type: Bug Bug
Status: Closed Closed
Resolution: Not a Bug
Priority: A+ A+
Assignee: Kishan Venkataramana
Reporter: Al Choudhury
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Flex SDK

Panel content and header over-lap

Created: 10/01/07 04:47 AM   Updated: 10/17/07 04:36 PM
Component/s: mx: Panel
Security Level: Public (All JIRA Users )

File Attachments: 1. Zip Archive bug views.zip (130 kb)

Issue Links:
Duplicate
This issue duplicates:
SDK-11279 Panel does not display a solid border... B Closed
 

Severity: Non Functioning
Reproducibility: Every Time
Discoverability: High
Found in Version: Flex 3 - Beta 2
Affected OS(s): Windows - XP
Steps to Reproduce:
Steps to reproduce:

A ported application, which displayed correctly in Flex 2, Flex 2.01, Flex 3(public beta1) but NOT in Flex3 Beta2.
The contents and title bar of a control derived from the Panel, fails to render correctly.
The Body content of the panel sits too high up and overlaps with the Title Bars content.

1.

<mx:Panel ...> is used to create a control BasePanel

then "ChangePasswordControl.mxml" is created using
<BasePanel xmlns="my.common.controls.*" ...>
...
</BasePanel >


2.

Style-Sheet contains:

ChangePasswordControl, others
{
        cornerRadius: 6;
borderStyle: solid;
borderThickness: 1;

headerHeight: 20;

paddingRight:0;
paddingLeft:0;
paddingBottom:0;


roundedBottomCorners:true;
dropShadowEnabled: false;
}

ChangePasswordControl, others
{
        highlightAlphas: 0.3, 0.05;
headerColors: #009900, #00CC00;

borderColor: #AAF9A0;
backgroundColor: #DEFFDE;
}

ChangePasswordControl, others
{
        paddingTop: 5;
}


3.


 
 Actual Results:
 See attachments...
 
 Expected Results:
 
 
 Workaround (if any):
 Not found any yet.
 
 
Language Found: English
Bugbase Id: none
Regression: Yes
QA Owner: Kishan Venkataramana
Resolved by: Kishan Venkataramana
Participants: Al Choudhury, Kishan Venkataramana and Ryan Gardner


 All   Comments      Sort Order:
Ryan Gardner - [10/11/07 02:48 PM ]
I didn't see this one before submitting the same issue.

I have a simple mxml file and some screen shots showing how severe this bug is in the one I posted.

http://bugs.adobe.com/jira/browse/SDK-13012

Kishan Venkataramana - [10/16/07 06:03 AM ]
borderStyle supports only default. use padding values or absolute positioning to place your content in the correct place. Duplicate of bug # SDK-11279