I'm using PrimeFaces and JSF to do my school work and used jQueryUI Theme roller to style it, and the specific tag: <p:autoComplete>
has a bug when the CSS is active (when I disable css it works fine), this is how it looks:bug
the autoComplete should be right beside "Modelo:", but it's on the page corner.
I've found this code with "autocomplete":
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
This same code also appears in jquery-ui.css
and jquery-ui.structure.css
. There are also some JavaScript codes with "autocomplete", but they were to big to put in here so I placed them on this link:
http://hostcode.sourceforge.net/view/4282
I don't understand much of CSS and Javascript, so I'm asking you guys to help me with this bug.
FYI: I'm using the <p:autocomplete>
inside a <p:panelGrid>
, also, sorry for the English mistakes :)