snacktime
2005-Sep-14 18:54 UTC
[Rails-spinoffs] drop down select lists within SlideDown section broken in Firefox
If I slide down a section that contains a select list, the selection box is stuck (clicking on the down arrow on the right side of the box has no effect). Works fine in IE. The javascript library is the one that comes with the latest version of rails. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050914/5427da4e/attachment.html
Chris Korhonen
2005-Sep-15 16:25 UTC
[Rails-spinoffs] drop down select lists within SlideDown section broken in Firefox
On 9/14/05, snacktime <snacktime@gmail.com> wrote:> If I slide down a section that contains a select list, the selection box is > stuck (clicking on the down arrow on the right side of the box has no > effect). Works fine in IE. The javascript library is the one that comes > with the latest version of rails.Got a URL where we can see this happening? It sounds like a bug I have encountered which is due to a flaw in Firefox rendering engine (its fixed in Deer Park). Managed to ''fix'' it by giving the div which was enclosing a value of padding-bottom: 1px which forces older versions of Firefox to correctly set the height. C
snacktime
2005-Sep-15 17:52 UTC
[Rails-spinoffs] drop down select lists within SlideDown section broken in Firefox
On 9/15/05, Chris Korhonen <ckorhonen@gmail.com> wrote:> > On 9/14/05, snacktime <snacktime@gmail.com> wrote: > > If I slide down a section that contains a select list, the selection box > is > > stuck (clicking on the down arrow on the right side of the box has no > > effect). Works fine in IE. The javascript library is the one that comes > > with the latest version of rails. > > Got a URL where we can see this happening? It sounds like a bug I have > encountered which is due to a flaw in Firefox rendering engine (its > fixed in Deer Park). > > Managed to ''fix'' it by giving the div which was enclosing a value of > padding-bottom: 1px which forces older versions of Firefox to > correctly set the height. >Yep that did it. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050915/a6878c14/attachment.html