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:26:08 UTC

RE : RE : RE : inputSuggest : some others improvement to do

This #2 behaviour happends with Firefox but not with IE ... True. But it is quite strange that the 2 pages do not render the same way.

inputSuggest component + browsers issue ???

-----Message d'origine-----
De : Clément Maignien 
Envoyé : mercredi 24 août 2005 14:19
À : MyFaces Discussion; werpu@gmx.at
Objet : 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.


Re: RE : RE : RE : inputSuggest : some others improvement to do

Posted by Werner Punz <we...@gmx.at>.
Since I do not know the code from the official inputsuggest, but can
revert bug #1 definitely to a known issue with the IE engine
(fixed that one myself on the ajax jsf-comp input suggest which had the 
same issue)

I would say you file an official jira bugreport, and add
the note, that #1 is the ie div over selectbox bug as note to it
and that the fix is to put an iframe under the div via the z-order...

werner

Clément Maignien wrote:
> This #2 behaviour happends with Firefox but not with IE ... True. But it is quite strange that the 2 pages do not render the same way.
> 
> inputSuggest component + browsers issue ???
> 


Re: RE : RE : RE : inputSuggest : some others improvement to do

Posted by Matt Blum <mb...@gmail.com>.
That's very odd. I can understand there being a stylesheet bug, but I can't 
see why the two pages wouldn't have the same bug on them. I'll look into it 
when I get a chance, but I'm really busy at work and at home right now, and 
may not be able to until the weekend.

-Matt

On 8/24/05, Clément Maignien <c....@edic-syliance.com> wrote:
> 
> This #2 behaviour happends with Firefox but not with IE ... True. But it 
> is quite strange that the 2 pages do not render the same way.
> 
> inputSuggest component + browsers issue ???
> 
> -----Message d'origine-----
> De : Clément Maignien
> Envoyé : mercredi 24 août 2005 14:19
> À : MyFaces Discussion; werpu@gmx.at
> Objet : 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.
> 
>