0

I'm using timeline component of primefaces extensions and when i set height of the component "auto", there is no any visual view of the component on the page on the other hand when i set the height a value, it seen successfully. But row count (group count in demo) of the component is dynamic on my application. I found a solution by counting row count before rendering and set height value of component in xhtml using a getter method which provide a calculated height value.

V. 0.6.1

Why auto value of height paremeter does not work? Is there any idea and any optimum solution?

<pe:timeline id="timeline" value="#{scheduleBean.timelines}" 
     axisPosition="top"  
     eventStyle="box"  
     var="event"
     height="auto" width="100%" widgetVar="timelineWidget"> 

http://fractalsoft.net/primeext-showcase-mojarra/sections/timeline/advancedUsage.jsf

gokhansari
  • 2,379
  • 1
  • 27
  • 33

1 Answers1

0

I open an issue to primefaces extensions developers, and they accepted it as a defect. It's the bug a bug of the component.

Issue Link

This issue was closed by revision r1598.

gokhansari
  • 2,379
  • 1
  • 27
  • 33