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

Key: SDK-15578
Type: Minor Enhancement Minor Enhancement
Status: Closed Closed
Resolution: Deferred
Priority: None None
Assignee: Peter deHaan
Reporter: Peter deHaan
Votes: 0
Watchers: 1
Operations

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

CSS selector type is not supported

Created: 05/15/08 05:02 PM   Updated: 06/25/08 05:57 PM
Component/s: Styles
Security Level: Public (All JIRA Users )

File Attachments: 1. Text File main.mxml (0.2 kb)

Issue Links:
Relationship
 
This issue is related to by:
SDK-15579 Cryptic error message for SelectorTyp... None Closed

Severity: Enhancement/Task
Reproducibility: Every Time
Discoverability: Medium
Found in Version: SDK Flex 3 (Released)
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Steps to reproduce bug:
 1. Define this CSS style first:
.roundcont {
width: 250px;
background-color: #f90;
color: #fff;
}


 2. Then define this CSS style:
.roundcont p {
margin: 0 10px;
}

 3. Try to save.



 Results: In problems list you'll see warning: "CSS selector type is not supported: '*.roundcont p'. Then program using this CSS will not work in expected way.


 Expected results: Should work
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Peter deHaan
Resolved by: Lauren Park
Participants: Lauren Park and Peter deHaan


 All   Comments      Sort Order:
Peter deHaan - [05/15/08 05:05 PM ]
Severity and Description Path Resource Location Creation Time Id
flex2.compiler.css.SelectorTypeNotSupported[level='warning', selector='*.roundcont p', column='-1', line='0', path='C:\Documents and Settings\pdehaan\My Documents\Flex Builder 3 FXG\SDK-15578\src\main.mxml'] SDK-15578/src main.mxml line 0 1210889048500 996

Peter deHaan - [05/23/08 04:53 PM ]
This is like SDK-14599 , but opposite

Peter deHaan - [05/23/08 04:53 PM ]
Sending to IRB

Lauren Park - [05/30/08 05:35 PM ]
Deferred