Jeff VIP
Total posts: 745
29 Jul 2014 04:42

Hi,

I don't know if anyone can replicate this error:

When I try to fill in a form that has a list autocomplete field, I get this error: No field ID

Worse: the field doesn't work at all!

This happens only in Internet Explorer and it's very annoying. It means people using IE can't use my submit form. :-(

After inspection the input field of the auto complete has no id.

<input class="textboxlist-bit-editable-input" type="text" autocomplete="off" style="width: 30px;">

If this is causing it, I think this can be easily corrected, Sergey?

Best regards, Jeff

Last Modified: 01 Aug 2014


Sergey
Total posts: 13,748
29 Jul 2014 08:49

This ewrror tells that there is no field ID in AJAX request. Could you check what is request URL and parameters?


Jeff VIP
Total posts: 745
29 Jul 2014 10:10

Sergey Could you check what is request URL and parameters?

I'm not sure what you mean here, but here's some info: http://mysite.com/mydir/submit?view=users& ;layout=modal&tmpl=component&type_id=1&filter_section=1&field=jform_user_id and adminForm adminForm post /mydir/submit?view=users&layout=modal&tmpl=component&groups=&excluded=

autocomplete field1: <input autocomplete="off" id="field_5" name="jform[fields][5]" type="text"> <input autocomplete="off" type="text">

autocomplete field2: <input autocomplete="off" id="field_7" name="jform[fields][7]" type="text"> <input autocomplete="off" type="text">


Sergey
Total posts: 13,748
30 Jul 2014 00:52

In Chrome Open inspector/Network turn on filters and track XHR requests. Some of them should return No Field ID. Or give me direct link where this happens.


Sergey
Total posts: 13,748
30 Jul 2014 09:25

When I click submit free notice with my username I am redirected to login/logout page.


Sergey
Total posts: 13,748
30 Jul 2014 09:51

I am logged in. Try login with my name and submit notice.


Sergey
Total posts: 13,748
30 Jul 2014 12:17

I cannot even get to the form. PLEASE

Sergey Try login with my name and submit notice.


Jeff VIP
Total posts: 745
01 Aug 2014 02:21

Are there any Internet Explorer users here who can confirm this issue?


Sergey
Total posts: 13,748
01 Aug 2014 10:15

I do not have IE right now. I'll test it later when I get device with IE.


Jeff VIP
Total posts: 745
01 Aug 2014 10:56

Thanks for responding Sergey. Meanwhile I'll search the almighty internet for possible causes and solutions ;-)

Powered by Cobalt