Ticket #2527764 (closed defect)
Reporteriancrowther |
Opened: 03/4/09 Last modified: 09/14/09 Status: closed Type: defect Resolution: fixed |
Owner Luke Smith |
Target Release: 2.8.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | StyleSheet Utility - StyleSheet-debug.js _deleteRule | ||
| Description: | Hi All, I have been debugging StyleSheet-debug.js and have found that one of the methods needs to be re-ordered. _deleteRule returns as undefined currently. I have included a code snippet to help. Thanks Ian Crowther // 3. Initialize the cssRules map from the node if (cssRules[sel]) { // 4. The method to remove a rule from the stylesheet // 5. The method to add a new rule to the stylesheet |
||
| Type: | defect | Observed in Version: | 2.7.0 |
| Component: | StyleSheet | Severity: | S3 (normal) |
| Assigned To: | Luke Smith | Target Release: | 2.8.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/5/09
|
|
Posted: 03/5/09
|
|
Posted: 07/10/09
|
|
Posted: 07/31/09
Ticket #2528263 was marked as a duplicate of this ticket. |
|
Posted: 09/14/09
2.8.0 has been released. All "checkedin" items are available for download in the official release. Status of "checkedin" items is being set to closed. |
|
Posted: 09/14/09
|
Good catch, thanks.