jquery - IE inputs without borders -


so, i've been trying fix terrible bug in internet explorer (duh) affecting system, cant think else fix it.

i have few inputs in jquery ui dialog, , reason being displayed without borders! borders appears after move cursor through them. dont have keep hover, neither keep input focused: passing cursor enough borders rendered.

example

the inputs correctly displayed in chrome , firefox, example, , tried things like:

  • giving input outline in css- result terrible , bug persists;
  • added !important border property in css - no changes;
  • added background-color (for testing only) - still no changes;

just acknowledge, there previous bug on modal, in parts of rendered transparent background, making 50% white bg , 50% transparent, example. managed fix adding background-color property modal body , title, in css.

any tips?

edit: i'm using jquery ui 1.9.2

i figured out has pc, video card drivers.

i ran application @ browserstack.com check behaviour in virtual machine, , worked perfectly. i'm marking answer, , if find out else, i'll update answer.

thanks!


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -