Hello forum!
Today I have problems with my/tapestry datepicker.
When it is located inside nested components it has bad positioning like
this:
<http://tapestry.1045711.n5.nabble.com/file/n5717610/datepickerbad.png> 
In the page source I see that datepicker div has bad style attribute.

I could fix this in the fly setting:
position:relative;
top: 0px;
left: 50%;
<http://tapestry.1045711.n5.nabble.com/file/n5717610/datepickercorrected.png> 

How could I repeat that action in JavaScript?
Should I hang handler on datefield trigger click event?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-override-DatePicker-position-Workaround-tp5717610.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to