emir01 / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
Other
0 stars 0 forks source link

Mask does not mask over comboboxes in IE6 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.IE6 and a combobox 

What is the expected output? What do you see instead?
masking of all elements on page

What version of the product are you using? On what operating system?
IE6

Please provide any additional information below.
Possible solution (have not tried, just thinking out loud):
adding a "marker" class to all comboboxes requiring a visibility: hidden style
during masking and then unmarking (remove marking class) and make combobox
visible during unmask.

Original issue reported on code.google.com by zbee...@gmail.com on 8 Aug 2009 at 8:57

GoogleCodeExporter commented 9 years ago
Fixed in 0.3 release.

I took your solution which hides selects. The other option would be to wrap 
selects in 
iframes, but it looks like an overkill plus wouldn't work for forms I think.

Thanks.

Original comment by serg472@gmail.com on 9 Aug 2009 at 3:09