Metadata
- Source
- FLUID-4481
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Won't Fix
- Assignee
- N/A
- Reporter
- Cindy Li
- Created
2011-09-30T14:01:53.125-0400 - Updated
2015-06-10T10:29:47.792-0400 - Versions
-
- 1.3.1
- 1.4
- Fixed Versions
- N/A
- Component
-
- Prefs Framework
- UIEnhancer
Description
UIEnhancer unit test throws "invalid argument" error when a div that is detected thru container.parent() is passed into a jQuery function container.css("font-size").
<div id="main" class="container fl-layout-linear fl-font-size-90 fl-font-sans">
</div>
This issue has been fixed by explicitly providing a parent div with a given "font-size" value. But this is still a potential issue.
Environments
IE6, IE7
Comments
-
Cindy Li commented
2015-06-10T10:29:38.049-0400 This issue is no longer valid since, 1. The example was using fss that has been removed from the infusion; 2. The environment to produce is IE 6 & 7 that infusion stops to support.