Vote for it: http://issues.apache.org/jira/browse/TOMAHAWK-128
PK -----Original Message----- From: Grigoras Cristinel [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 11:14 AM To: MyFaces Discussion Subject: Another bug in JavaScript for calendar component. Hi, Is a bug in JavaScript from calendar component. I use last Firefox. If you are using the component inside off a absolute position div, the popup will appear positioned with left, and top distance from absolute positioned div. Conform HTML specifications, if you have something like this: <div style="position:absolute, left:100, top:100" > <div style="position:absolute, left:100, top:100"> </div> </div> The inside component is positioned "relativ" to first one . The JavaScrip will need to check if a component from parent is positioned absolute. Cristi

