
|
If you were logged in you would be able to see more operations.
|
|
|
Flex SDK
Created: 10/01/07 04:47 AM
Updated: 10/17/07 04:36 PM
|
|
| Component/s: |
mx: Panel
|
|
Security Level:
|
Public
(All JIRA Users
)
|
|
| 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.
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:
|
|
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