The CSS Style for the Input Popup Calendar should be switched to 'display:
none' instead of 'display: hidden'
-------------------------------------------------------------------------------------------------------------
Key: TOMAHAWK-923
URL: https://issues.apache.org/jira/browse/TOMAHAWK-923
Project: MyFaces Tomahawk
Issue Type: Improvement
Components: Calendar
Affects Versions: 1.1.5-SNAPSHOT
Environment: WAS 6, Java 1.4
Reporter: Thomas Hoppe
The t:inputCalendar component when rendered as a popup calendar uses the css
attribute display: hidden
to hide the popup. This is bad design as a hidden attribute occupies space even
it is not shown in some cases.
Therefore just switch to display: none to hide the popup.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.