That's really strange. I've only seen this once or twice before and I
thought I had made an error somewhere. The problem disappeared in my
case but yours is persistent which your minimal test case shows. I
would submit this as a bug. I was only able to work around the issue
using !important tags in CSS...
#email, #password {
display: block;
visibility: visible !important;
width: 220px !important;
border: 1px solid black !important;
font: 15.9pt Arial !important;
}
#remember_me {
height: 20px !important;
width: 20px !important;
}
On Mar 18, 6:17 pm, Noel <[email protected]> wrote:
> If you try this out
>
> http://pastie.org/420295
>
> it will work in Safari and FF, but on IE the INPUT fields will only
> display the first time the dialog opens.
>
> If you remove the parameter
> hide: "scale",
>
> The fields will show up
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---