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

Key: SDK-13012
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: None None
Assignee: Kishan Venkataramana
Reporter: Ryan Gardner
Votes: 1
Watchers: 4
Operations

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

Panel contents drawing on top of panel header

Created: 10/11/07 02:21 PM   Updated: 10/17/07 11:59 PM
Component/s: mx: Panel
Security Level: Public (All JIRA Users )

File Attachments: 1. File panelTest.mxml (2 kb)
2. File panelTest.swf (149 kb)
3. File panelTest.swf (131 kb)

Image Attachments:

1. Flex201version.jpg
(48 kb)

2. FlexM3version.jpg
(46 kb)
Issue Links:
Duplicate
This issue duplicates:
SDK-12215 Panel with borderStyle="solid" doesn'... None Closed
SDK-11279 Panel does not display a solid border... B Closed
SDK-12872 Layout error with panel borderStyle s... B Closed
 

Severity: Incorrectly Functioning
Reproducibility: Every Time
Discoverability: High
Found in Version: SDK Moxie M3 (Beta 2) - 184466
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Steps to reproduce:
1. Create panel object
2. Create panel content
3. View panel
 
 Actual Results:
 The contents is written at the top of the panel, not below the header
 
 Expected Results:
 panel contents should be written in the panel, not in the header
 
 Workaround (if any):
 Use Flex Moxie M2 SDK or earlier
 
 
Language Found: English
Bugbase Id: none
Regression: Yes
QA Owner: Kishan Venkataramana
Resolved by: Peter deHaan
Participants: Joan Lafferty, Kishan Venkataramana, Lauren Park, Peter deHaan and Ryan Gardner
Browser: Safari
JDK: Sun 1.6.x


 All   Comments      Sort Order:
Ryan Gardner - [10/11/07 02:22 PM ]
This mxml file includes the css that may also be part of the issue.

Ryan Gardner - [10/11/07 02:23 PM ]
Built against the Flex 2.0.1 hotfix 2 SDK - this one works properly

Ryan Gardner - [10/11/07 02:25 PM ]
Built against Flex Moxie M3 - this one does not work properly (see the overlapping text)

Ryan Gardner - [10/11/07 02:26 PM ]
How it looks when built with Flex 2.0.1 hotfix 2 sdk

Ryan Gardner - [10/11/07 02:27 PM ]
how it looks in Flex Moxie M3

Joan Lafferty - [10/11/07 03:21 PM ]
Moving Status from Community to New since this might be a regression.

Lauren Park - [10/13/07 06:07 PM ]
re-assigned to Peter.

Peter deHaan - [10/15/07 01:33 PM ]
Marking as duplicate of SDK-12872 and SDK-12215 and SDK-11279.
 
According to Jason's notes:

http://bugs.adobe.com/jira/browse/SDK-11279#action_157147
[quote]
Panel only officially supports the "default" borderStyle. If you use an unsupported borderStyle, use padding values or absolute positioning to place your content in the correct place.
[/quote]

http://bugs.adobe.com/jira/browse/SDK-12872#action_158993
[quote]
For Panel, only borderStyle="default" is supported. All other borderStyles are not supported. However, as you can see, you can still use borderStyle="solid" but you have to include the height of the header in the paddingTop value.
[/quote]