You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Markus Bussemer (JIRA)" <de...@myfaces.apache.org> on 2007/12/28 14:41:45 UTC

[jira] Updated: (TOMAHAWK-923) The CSS Style for the Input Popup Calendar should be switched to 'display: none' instead of 'display: hidden'

     [ https://issues.apache.org/jira/browse/TOMAHAWK-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Bussemer updated TOMAHAWK-923:
-------------------------------------

    Status: Patch Available  (was: Open)

> 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
>         Attachments: popcalendar.patch
>
>
> 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.