Improvement to schedule rendering
---------------------------------

         Key: TOMAHAWK-487
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-487
     Project: MyFaces Tomahawk
        Type: Improvement

  Components: Schedule  
    Versions: 1.1.4-SNAPSHOT    
    Reporter: Peter Mahoney


The attached patches fix the following issues:

A task consists of a due date, rather than a start and end date. They are 
represented as an event with an equal start and end date. However, the fact 
that the duration is 0 means that they do not currently render in the detailed 
views. The patch sets the height to "auto", to ensure that they render in full.

When an event is rendered with a scrollbar in Firefox, in the compact view 
clicking on the scrollbar causes the fireScheduleTimeClicked event to be fired. 
This means that the scrollbar cannot be used. The patch adds another div tag so 
that the "overflow:auto" and onclick are on different elements.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to