The display:none style is removed as soon as you enter something into
the input field or change something there. It becomes hidden again when
the input field loses focus for example because you activated the DOM
inspector which explains why you always see display:none when you
inspect it.
As fo
Damn, just found out that it works in IE 7, but not in FF 2. But that's
not the case with with the demo which is available at
http://opencomponentry.com:8080/timetracker/LocaleSuggest.html
That demo wors nicely in both browsers...
Andy
--
Ulrich Stärk schrieb:
Correct - everything. And it works here... I don't get it.
It might be possible that your browser can't find ../css/demo.css
depending on your path layout but that would make it just look
different. The suggest list should still be rendered if you enter
something into th
Correct - everything. And it works here... I don't get it.
It might be possible that your browser can't find ../css/demo.css
depending on your path layout but that would make it just look
different. The suggest list should still be rendered if you enter
something into the input field. I can't
Ulrich Stärk schrieb:
> Almost no is not none :)
>
> Your code is absolutely correct and works perfectly. Please make sure
> that you have a Shell and a Body component on your page. In your case
> those would be included with your DemoBorder component, so have a look
> at that template. Also make
Almost no is not none :)
Your code is absolutely correct and works perfectly. Please make sure
that you have a Shell and a Body component on your page. In your case
those would be included with your DemoBorder component, so have a look
at that template. Also make sure that you don't include so
Ulrich Stärk schrieb:
> This is the rendered code, could you please provide the corresponding
> template and page class code?
>
There's almost no difference beetwenn the source of the TimeTracker demo
and mine:
div.autocomplete {
position:absolute;
wid
This is the rendered code, could you please provide the corresponding
template and page class code?
Uli
Am Do, 21.02.2008, 13:28, schrieb Andy Pahne:
> Hi,
>
> I try to imlement a suggest feature with the Suggest component.
> Unfortunatly the suggestions do not render properly. I had a look at th
Hi,
I try to imlement a suggest feature with the Suggest component.
Unfortunatly the suggestions do not render properly. I had a look at the
TimeTracker demo and copied all relevant parts into my test application,
but the generated result looks different and the suggestions are not
visible.