You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Clément Maignien <c....@edic-syliance.com> on 2005/08/24 14:18:32 UTC

RE : RE : inputSuggest : some others improvement to do

Back to the #2 problem : not sure it is a browser issue because I have the same inputSuggest component in 2 of my webapp pages, filled the same way (same number of items into), and the "white space" appears only in 1 of them ... Very wierd behaviour.

Clément


-----Message d'origine-----
De : Werner Punz [mailto:werpu@gmx.at] 
Envoyé : mercredi 24 août 2005 12:21
À : users@myfaces.apache.org
Objet : Re: RE : inputSuggest : some others improvement to do


Clément Maignien wrote:
> Hummm, sorry, the #2 issue is a mistake : I have another page with an
> inputSuggest with many items into and  the white space isn't there. So 
> I'm asking why it is displayed on my other page and disappier when I 
> don't add the inputSuggest in the page ... wierd ...
>  
Probably an issue within the browser, see below


> Bye,
> Clément.
> 
>     -----Message d'origine-----
>     *De :* Clément Maignien
>     *Envoyé :* mercredi 24 août 2005 10:37
>     *À :* MyFaces Discussion
>     *Objet :* s:inputSuggest : some others improvement to do
> 
>     I've noticed some more improvements to make on this sandbox component.
>     I don't know if they really comes from the component itself but I
>     here they are :
>      
>     1- I have a small JSF page with an s:inputSuggest component and an
>     t:inputDate component under it. 
>     When clicking inside the inputSuggest a dropdown box open and
>     displays firsts suggests. The problem is that under IE (not Firefox)
>     the dropdown-box is displayed behind the inputDate, hiding some
>     suggests.
>      
That is a bug in the IE, the fix is to plug an iframe under the panel... has to be fixed on the javascript side.



>     2- It also seems that under Firefox (not IE), the page vertical
>     lenght is increased depending on the number of items in the
>     inputSuggest. A white space is displayed under the last element of
>     the page. In my case I try to avoid the use of the page scroller in
>     my webapp pages, and now there is a scroller displayed because of
>     this big white space.
>      
>     Are those problems come from the browsers or the component
>     implementation ?
>      

both problems are browser specific and have to be targetted at the 
javascript level.