SPENDLOVE, Matt, GBM
2006-Apr-26 11:30 UTC
RE: DOM events not firing in IE6 with floated di vs
Yea that''s what I am seeing also. Think I got round this before by turning the structure into a table :( Andrew - Thanks for your input..> -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > Behalf Of Andrew Tetlaw > Sent: 26 April 2006 12:18 > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] DOM events not firing in IE6 > with floated divs > > > I think there''s a little IE bug for you. Normally events are > bubbled up from the target element. But floated elements seem > to loose their position in the DOM for events. If div.formw > is not floated it''s considered a child of div.row in your > example and the event correctly bubbles up to div.row and > highlights it. If you float div.formw suddenly it stops > bubbling as if it''s now considered to be on top of anf not a > child of div.row..... weird. > > On 26/04/06, Andrew Tetlaw <atetlaw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I believe that in IE events don''t propagate down they only > bubble up. > > In FF they do both! > > > > Thus the hover is for the top element and it doesn''t propagate down > > the the div underneath in IE... > > > > Just a vague memory, Am I speaking total crap here? Anyone? > > > > On 26/04/06, SPENDLOVE, Matt, GBM <Matt.SPENDLOVE-ge51qsjLezM@public.gmane.org> wrote: > > > Hi All > > > > > > Not strictly Scriptaculous but I came across this whilst > trying to > > > implement some Scriptaculous code. I am hoping some XHTML > guru out > > > there might be able to shed some light. > > > > > > If you load up the attached file in IE6, you''ll see the > events only > > > fire in the middle section of the title bar when your over the > > > border ! - FF1.5 is fine.. > > > > > > Any thoughts / comments appreciated.. > > > > > > Cheers > > > > > > Matt Spendlove > > > > > > > > > > ******************************************************************** > > > *************** > > > The Royal Bank of Scotland plc. Registered in Scotland No > 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. > > > Authorized and regulated by the Financial Services Authority > > > > > > This e-mail message is confidential and for use by the addressee > > > only. If the message is received by anyone other than the > addressee, > > > please return the message to the sender by replying to it > and then > > > delete the message from your computer. Internet e-mails are not > > > necessarily secure. The Royal Bank of Scotland plc does > not accept > > > responsibility for changes made to this message after it was sent. > > > > > > Whilst all reasonable care has been taken to avoid the > transmission > > > of viruses, it is the responsibility of the recipient to > ensure that > > > the onward transmission, opening or use of this message and any > > > attachments will not adversely affect its systems or data. No > > > responsibility is accepted by The Royal Bank of Scotland > plc in this > > > regard and the recipient should carry out such virus and other > > > checks as it considers appropriate. Visit our websites at: > > > http://www.rbos.com > > > http://www.rbsmarkets.com > > > > ************************************************************** > ********************* > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > > > > -- > > Andrew > > > > > -- > Andrew > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >