cbeyls/slimbox

Regression in the code

Closed this issue · 1 comments

What steps will reproduce the problem?
1. Place a select tag in the body of the page
2. Load the page in Internet Explorer 6 or firefox 2
3. Activate one slimbox image

What is the expected output?
The slimbox div should cover all the page

What do you see instead?
The selects shows up over the slimbox's div


What version of the product are you using? On what operating system?
slimbox 1.64
Windows 2000 SP4


Please provide any additional information below.
Possible fix:
1. http://groups.google.com/group/slimbox/msg/bf4ab579499d3eb8
2.
http://weblogs.asp.net/bleroy/archive/2005/08/09/how-to-put-a-div-over-a-select-
in-ie.aspx

Thanks

Original issue reported on code.google.com by jpoz...@ribera.tel.uva.es on 1 Sep 2008 at 9:51

Select elements indeed appear on top of divs but only in Internet Explorer 6. 
This is
an Internet Explorer bug. A workaround has been implemented in slimbox to fix 
this
issue. However, the fix was removed by mistake between Slimbox 1.6 and Slimbox 
1.61,
while copying code between old and new slimbox versions that is not compatible 
with
the new mootools. It will be fixed again in Slimbox 1.65.
The fix in version 1.53 (for mootools 1.1x) is still working.

Original comment by christophe.beyls@gmail.com on 24 Oct 2008 at 7:17

  • Changed title: Regression in the code
  • Changed state: Fixed