Page 1 of 1

Rendering of p:calendar is not very well

Posted: 01 Jul 2016, 12:11
by project2501
Hey,

i have the problem that the primefaces calendar rendering is not very well especially when i view my page with Firefox:

Image

in Chrome it looks good:

Image

Code: Select all

<div class="ui-fluid" >
	<p:panelGrid  columns="2" columnClasses="label,value">
		...
		<p:outputLabel for="dlgDeliveryDt" value="Lieferdatum:" />
		<p:calendar id="dlgDeliveryDt" required="true" value="..." readonlyInput="true" showOn="button"  pattern="dd.MM.yyyy"  />
		...
	</p:panelGrid>
</div>
any idea?

thank you in advance

Re: Rendering of p:calendar is not very well

Posted: 11 Jul 2016, 15:21
by mert.sincan
I think this is a FF rendering issue. I couldn't replicate this issue on FF. Do you always get this issue on FF?

Re: Rendering of p:calendar is not very well

Posted: 12 Jul 2016, 13:34
by marcelocaser
In my case it works! I use FF v.47

Re: Rendering of p:calendar is not very well

Posted: 17 Jul 2016, 13:17
by mert.sincan
Thanks Marcelocaser, it work fine for me, too.