You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Mark Kessler (JIRA)" <ji...@apache.org> on 2013/10/08 02:18:41 UTC

[jira] [Resolved] (FLEX-20630) DataGrid/DataGridColumn should add a dataTipStyleName style

     [ https://issues.apache.org/jira/browse/FLEX-20630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Kessler resolved FLEX-20630.
---------------------------------

    Resolution: Not A Problem

MX:DataGrid does not have a DataTip style.  Changing the global style for mx|Tooltip does allow restyling the tooltip.


> DataGrid/DataGridColumn should add a dataTipStyleName style
> -----------------------------------------------------------
>
>                 Key: FLEX-20630
>                 URL: https://issues.apache.org/jira/browse/FLEX-20630
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: DataGrid
>    Affects Versions: Adobe Flex SDK 3.1 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): 
> Browser: Firefox 3.x
> Language Found: English
>            Reporter: Adobe JIRA
>            Assignee: Mark Kessler
>            Priority: Minor
>
> Steps to reproduce:
> 1.Create Flex application with Datagrid object
> 2. set showdatatips="true"  for a column of the datagrid
> 3. enter:
> <mx:Style>
>         DataTip {
>             fontFamily: "Arial";
>             fontSize: 20; 
>             fontWeight:bold;
>             fontStyle:italic;            
>         }
> </mx:Style>
>  
> Actual Results:
> DataTip is displayed, but text format is unaffected.  Flex Builder 3 shows a yellow triangle warning with message: "The CSS type selector 'DataTip' was not processed, because the type was not used in the application."
>  
>  
> Expected Results:
> DataTip text is formatted.
>  
>  
> Workaround (if any):
> Override the ToolTip CSS selector, although that would cascade throughout the entire app, which may be less than ideal.



--
This message was sent by Atlassian JIRA
(v6.1#6144)