Changes between Initial Version and Version 1 of Ticket #7091, comment 6
- Timestamp:
- Mar 11, 2011, 8:52:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7091, comment 6
initial v1 1 1 Would you agree if I state that the actual bug is that users cannot use all css properties in an activeClass. 2 2 3 Currently they are no allowed to use:3 Currently they are not allowed to use: 4 4 5 5 display, width, height, top, left, bottom, right, margin, padding,... 6 6 7 I don't feel like filing a bug that will allow activeClass to specify all , except for display. I'd rather file a bug for which the fix implies that there are no more (known) unallowed properties.7 I don't feel like filing a bug that will allow activeClass to specify all properties, except for 'display'. I'd rather file a bug for which the fix implies that there are no more (known) unallowed properties. 8 8 9 9 __