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

Key: SDK-15124
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: B B
Assignee: Joan Lafferty
Reporter: Joan Lafferty
Votes: 0
Watchers: 0
Operations

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

multiple class selectors in DataGrid's headerStyleName style causes no styles to be applied

Created: 03/31/08 05:18 PM   Updated: 04/02/08 08:34 PM
Component/s: mx: DataGrid
Security Level: Public (All JIRA Users )

File Attachments: 1. File test.mxml (3 kb)
2. File test.swf (246 kb)


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):
 
 
 
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:
Joan Lafferty - [03/31/08 05:19 PM ]
This functionality should work as of trunk build 937.


Joan Lafferty - [03/31/08 07:00 PM - edited ]
Opening to Corey.

Other styles don't work either. Here are a few ->

DateField: dateChooserStyleName


(the list above is not an exhaustive list)

Corey Lucier - [04/01/08 06:29 PM ]
Resolved in trunk revision 1062.

We will have open a bug for the DateField issue. Due to the fix that went in for SDK-11718, the fix is not trivial at this time. DateField.dateChooserStyleName will currently not support multiple style names.

Joan Lafferty - [04/02/08 08:34 PM ]
confirmed fixed in build 1062