The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

2 Pages V  1 2 >  
Reply to this topicStart new topic
> Input fields not working in Internet Explorer 6
Rating  5
zaroundus
post Jul 25 2009, 05:40 PM
Post #1





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



I have a form located here: http://www.lcmaonline.org/donate.php

I have tried everything and have already validated my HTML and jSLinted my javascript. I can't figure out why I can't click or focus the input fields on this form. I'm going crazy so hopefully someone can enlighten me here. This works in IE 7 & 8, Firefox, and Safari (on PC and MAC). This is a client's website and I noticed the bug before they did so i'm trying to fix it before some with IE 6 tries to use this form.

I have noticed that if I tab through it seems to tab into the fields but no cursor shows nor can I type anything into the fields.

Please help!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jul 25 2009, 05:49 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,650
Joined: 10-August 06
Member No.: 7



Does the form work in IE6 if you temporarily remove the JS and/or CSS?

Also there are some HTML syntax errors: http://www.htmlhelp.com/cgi-bin/validate.c....org/donate.php
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
zaroundus
post Jul 25 2009, 05:57 PM
Post #3





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



QUOTE(Christian J @ Jul 25 2009, 05:49 PM) *

Does the form work in IE6 if you temporarily remove the JS and/or CSS?

Also there are some HTML syntax errors: http://www.htmlhelp.com/cgi-bin/validate.c....org/donate.php


That malformed content was being pulled from a wordpress blog. I removed it and it validated (other than target="_blank"). I removed all the CSS and Javascript and I still can't focus the form elements.

Check out: http://www.lcmaonline.org/donate_none.php where I've removed all JS and CSS to no avail. The form fields still cannot be focused in IE 6.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
zaroundus
post Jul 25 2009, 05:59 PM
Post #4





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



weird...I can't click them in IE 8 now but I can tab to them. I am so at a loss.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
zaroundus
post Jul 25 2009, 06:12 PM
Post #5





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



I just built this page: http://www.lcmaonline.org/just_form.php

I removed the table and used labels and still can't click in the fields.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
zaroundus
post Jul 25 2009, 06:13 PM
Post #6





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



I even tried switching the doctype to Transitional and still nothing.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
zaroundus
post Jul 25 2009, 06:13 PM
Post #7





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



I even tried switching the doctype to Transitional and still nothing.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 25 2009, 07:26 PM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



I don't have any problems with the original form you posted. I donated 0.01 to someone and I was sent to PayPal. IE6/XP.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jul 26 2009, 12:36 AM
Post #9


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



I don't have access to MSIE, but my guess from what has been written here is that an element is getting positioned over the form elements. You can try adding background colors to each image to see if that helps you figure out what's going on.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jul 26 2009, 08:58 AM
Post #10


.
********

Group: WDG Moderators
Posts: 9,650
Joined: 10-August 06
Member No.: 7



QUOTE(zaroundus @ Jul 26 2009, 01:12 AM) *

I just built this page: http://www.lcmaonline.org/just_form.php

I removed the table and used labels and still can't click in the fields.

Side-note: if you're using LABELs with the FOR attribute you must give the INPUT elements matching IDs. See http://www.htmlhelp.com/reference/html40/forms/label.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 26 2009, 02:24 PM
Post #11


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(Darin McGrew @ Jul 26 2009, 07:36 AM) *

I don't have access to MSIE, but my guess from what has been written here is that an element is getting positioned over the form elements. You can try adding background colors to each image to see if that helps you figure out what's going on.



Yeah, there's positioning going on. Maybe things move in larger windows than I can use, but still, IE seems to allow clicking through a transparent overlay whereas FF and Opera don't, so I think it's something else.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
zaroundus
post Jul 26 2009, 05:16 PM
Post #12





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



Thanks everyone. I'm back to working on it so I'll let you know what I find out.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
zaroundus
post Jul 26 2009, 05:28 PM
Post #13





Group: Members
Posts: 8
Joined: 25-July 09
Member No.: 9,246



Well, I feel better. I had been testing in a parallels installation of Windows XP and just had a chance to test it on a PC and it worked fine. That's a load off. Thanks again for everyone's help!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jul 26 2009, 05:38 PM
Post #14


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



What did you test it on before?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ndheathen
post Aug 12 2009, 11:29 AM
Post #15





Group: Members
Posts: 1
Joined: 12-August 09
Member No.: 9,413



I've encountered this problem as well. I ended up figuring out that one of the parent div's my form was in was floated to the left. When I removed the float, the fields all seemed to work normally. Also adding position:relative to the style seemed solve the problem as well.


...dreaming of the day when we no longer need to support IE6.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Aug 12 2009, 12:28 PM
Post #16


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



http://www.ie6nomore.com/
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 12 2009, 10:46 PM
Post #17


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Come on! The page doesn't load but maybe that's for the best. ninja.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Aug 13 2009, 03:15 AM
Post #18


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



laugh.gif That was probably to be expected.
Anyway, that's the buzz I heard about lately, and MS even confirms it, pushing their users to upgrade.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
cooperation
post Oct 8 2009, 10:55 AM
Post #19





Group: Members
Posts: 1
Joined: 8-October 09
Member No.: 9,968



Hello to everyone.

I had the same problem. I could not enter anything in any input field.

I also did not work in your sites for me: http://www.lcmaonline.org/donate_none.php

No even when I saved them, to eliminate everything exept the < input > field.

Well, it turned out that it worked well in every NATIVE Internet Explorer 6.

But not in the "standalone" version.

It made me a lot of headache and I hope it will help someone to avoid it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 8 2009, 02:06 PM
Post #20


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



That's interesting. What could cause that? Thank you for reporting this. I for one rely on the standalones for testing in other versions than the IE6 I cling to.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

2 Pages V  1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th April 2024 - 01:36 AM