autoComplete in a tabView does not work well

UI Components for JSF
Post Reply
G-rom
Posts: 83
Joined: 16 Mar 2010, 16:20

15 Apr 2010, 11:20

Hi again,

I have a weird issue from PF 2.0.1 SS from march 30. When I put an autoComplete in a tabView, suggested data list does not appear !!
I checked ajax request and log, all works fine, it just stay hidden :shock:
If I move my autocomplete outside the tabview, it does not work again :o
But if I move it outisde the tabview, and delete the tabview it does work :|

I checked with firebug, no CSS, JS errors.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

19 Apr 2010, 00:10

I tried it and it worked, do you have a form on page? Can you post your page code?

G-rom
Posts: 83
Joined: 16 Mar 2010, 16:20

19 Apr 2010, 16:36

So I suppose it s our css that is trouble. :(
I can't post the page here. It s can of uge, you ll just be lost in there and contains stuff my boss don't want make public.

It contains a form and a tabview, wich contains forms too.
We use ui:include in the tabview and a home made css for the tabview, but not so heavy, it just change color and border :/

G-rom
Posts: 83
Joined: 16 Mar 2010, 16:20

19 Apr 2010, 17:04

I notice inside each div that contain the tab, all link css/js are here again. Is it normal ? Its already were loaded at the top of the page, werent its ? Could it be the origin of this issue ?

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

20 Apr 2010, 14:29

Add following to your page, it will fix it.

Code: Select all

.yui-skin-sam .yui-ac-input {
    position: static;
}

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 20 guests