google-code-export / jpicker

Automatically exported from code.google.com/p/jpicker
1 stars 0 forks source link

Dialog on top of combo boxes does not work in IE 6 #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In IE 6 dialogs (divs), when you have a combo box under a dialog the combo box 
is visible over the dialog.

There is a jquery plugin (bgiframe) that help solve this issue (by adding a 
iframe under the dialog which is the standard way to solve this).

http://plugins.jquery.com/project/bgiframe

The attached patch add support for bgiframe to jpicker. If the bgiframe plugin 
is not loaded it doesn't do anything. The patch is just a single line, but 
still userful imho.

Original issue reported on code.google.com by denni...@gmail.com on 2 Sep 2010 at 10:16

Attachments:

GoogleCodeExporter commented 9 years ago
I will add an iframe behind the table for browsers that fail 
$.support.boxModel. That will include IE6 and IE7 Quirks mode I believe which I 
believe is the only browsers that exhibit this behavior. I will test all 
versions of IE though.

This change will take effect in the next version.

Original comment by christop...@gmail.com on 3 Sep 2010 at 4:21

GoogleCodeExporter commented 9 years ago
This issue is fixed in the newest version V1.1.4

Original comment by christop...@gmail.com on 16 Sep 2010 at 8:21