Philip,
Le jeudi 18 juin 2009 à 10:38 -0700, Philip.Cantin a écrit :
Unfortunately, display:none causes a lot of issues to components (the
major one being that JavaScript can't determine the geometry of elements
which are not displayed) and we had to replace display:none by:
.xforms-disabled {
top: -10000px;
left: -10000px;
visibility: hidden;
position: absolute;
}
This rule should be enough to eliminate disabled controls from the
display, whether the disabled controls are in an xforms:group or not.
Doesn't it work for you?
Hope this helps,
Eric
> within the <style> tag.
>
>
>
> ---Philip
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws