You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Grigoras Cristinel <gr...@gmail.com> on 2006/03/22 11:13:42 UTC

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