
|
If you were logged in you would be able to see more operations.
|
|
|
Flex SDK
Created: 03/31/08 05:18 PM
Updated: 04/02/08 08:34 PM
|
|
| Component/s: |
mx: DataGrid
|
|
Security Level:
|
Public
(All JIRA Users
)
|
|
| Severity: |
Incorrectly Functioning
|
| Reproducibility: |
Every Time
|
| Discoverability: |
Medium
|
| Found in Version: |
SDK Gumbo Iteration 4
|
| Milestone: |
SDK Gumbo Iteration 4
|
| Affected OS(s): |
All OS Platforms
|
| Steps to Reproduce: |
Steps to reproduce:
1. Load the bugfile
2. Look at the headers for the DataGrid. The following two class selectors should be applied:
.testHeaderStyle{
font-weight: bold;
font-size: 24;
color: #008800;
}
.testHeaderStyle2{
textAlign: right;
}
Actual Results: No style is applied to the headers when two class selectors are specified.
works: headerStyleName="testHeaderStyle"
does not work: headerStyleName="testHeaderStyle testHeaderStyle2"
Using "styleName" with multiple class selectors does work.
Expected Results: The text in the headers should be bold, 24 pt., green, and right aligned.
Workaround (if any):
Steps to reproduce:
1. Load the bugfile
2. Look at the headers for the DataGrid. The following two class selectors should be applied:
.testHeaderStyle{
font-weight: bold;
font-size: 24;
color: #008800;
}
.testHeaderStyle2{
textAlign: right;
}
Actual Results: No style is applied to the headers when two class selectors are specified.
works: headerStyleName="testHeaderStyle"
does not work: headerStyleName="testHeaderStyle testHeaderStyle2"
Using "styleName" with multiple class selectors does work.
Expected Results: The text in the headers should be bold, 24 pt., green, and right aligned.
Workaround (if any):
|
| Language Found: |
English
|
| Bugbase Id: |
none
|
| Triaged: |
Yes
|
| Regression: |
No
|
| QA Owner: |
Robert Vollmar
|
| Resolved by: |
Corey Lucier
|
| Confirmed Version: |
SDK Gumbo Iteration 4
- 4.0.0.1358
|
| Participants: |
Corey Lucier and Joan Lafferty
|
|
All
|
Comments
|
|
Sort Order:
|
|