Christopher Hazlett
2008-May-22 15:12 UTC
Autocompleters and Sortables do not function in IE6
I have two issues that I hope someone else has encountered and has a solution for. First: I have several autocompleters on my site, and they function as expected in Firefox, Opera, IE7, but when I use them in IE6, I get no javascript errors for my local autocompleters, and all ajax autocompleters functions are firing as expected and returning the correct search results. The only problem, IE6 does not display the autocompleter results. I''ve tried any myriad of css combinations to correct the issue, but to no avail. Has anyone encountered this same issue before and how did you overcome it? Second: I have a couple of sortable elements. They are showing up, but they are displaying all over the place (only in IE6). I have again tried changing the CSS in a number of ways, but to no avail. Has anyone encountered layout difficulties in IE 6 with the sortable functions. I know these things work...I''ve seen them work with my own eyes in IE6, but for some reason, they won''t on my site. Any help would be appreciated. -Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thorsten Mueller
2008-May-22 15:26 UTC
Re: Autocompleters and Sortables do not function in IE6
can''t help you with your specific problems, but in similar situations it helped to run the page through a validator, since ie6 responds nasty on missing close tags and other invalid html or javascript. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Christopher Hazlett
2008-May-22 17:17 UTC
Re: Autocompleters and Sortables do not function in IE6
Thanks. Ran it through a validator which actually caught a few things, but to no avail. The elements still won''t display. I can''t figure out why. I had forgotten how much IE6 sucks until these errors reared it''s head. -Chris On May 22, 11:26 am, Thorsten Mueller <rails-mailing-l...@andreas- s.net> wrote:> can''t help you with your specific problems, but in similar situations it > helped to run the page through a validator, since ie6 responds nasty on > missing close tags and other invalid html or javascript. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Do you have a proper HTML declaration? Ajaxy stuff doesn''t work in IE6 if it is in quirks mode. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Christopher Hazlett
2008-May-22 18:29 UTC
Re: Autocompleters and Sortables do not function in IE6
I''ve declared the doc type (and have tried several different types for the pages) but that doesn''t seem to be affecting the functioning. Can you be a little more specific? On May 22, 1:39 pm, Mark Thomas <r...-gkTqyYPWbQbz1n+OaKNE4w@public.gmane.org> wrote:> Do you have a proper HTML declaration? Ajaxy stuff doesn''t work in IE6 > if it is in quirks mode.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---