Actions
Bug #2842
closedIE9 not handling show/hide properly
Description
IE9 keeps breaking jQuery and can't handle jQuery show/hide properly. This should be changed to the proposed workaround of appending a class and removing the class. The class should have display: none; defined in CSS.
Updated by krileon about 13 years ago
- Target version set to 1.2.0
- % Done changed from 0 to 100
This is fixed using CSS instead of jQuery show/hide functions.
Actions