Input Disabled / Keyboard Disabled using Jquery UI Modal Dialog

Input Disabled / Keyboard Disabled using Jquery UI Modal Dialog


Hi all,
i'm trying to do the classic PopUp form thing using UI Modal Dialog on
a div containing input, textarea ecc ...
The result is that the popup shows correctly but the inputs are
unacessible : can't type text inside, just like they are disabled.
I read here and there on the web that it seems a bug related to old UI
releases, but i downloaded the latest from jquery UI website.
I tried also to catch the open event and to force disabled=false to
all inputs inside the popup but that's not the issue because the
inputs are actually NOT disabled (their disabled attribute is already
set to false), but they are unaccesible anyway.
Thank you