Problem with other input fields when displaying a Matrix
Posted: 16 January 2011 01:05 AM   [ Ignore ]
Wallflower
Avatar
Rank
Total Posts:  13
Joined  2010-04-09

I am working on an internal project that allows a user to edit some information with SafeCracker. Most of my fields are just standard text input fields but I do have a single Matrix field with 2 fields. The form is working great until I add the Matrix field. The Matrix field is displaying properly and I can add/edit/delete rows but 1/2 of my input fields are no longer selectable with a users mouse. If I click on a field that is selectable and then tab to a field where I can not click I can edit the field and it saves the data as expected.

I am running the latest version of EE 2.1.3, SafeCracker, SafeCracker File, PT Pill, and Matrix are also the latest versions.

You wont be able to access the page until I grant you access but I can PM details.

Profile
 
 
Posted: 16 January 2011 01:25 AM   [ Ignore ]   [ # 1 ]
Wallflower
Avatar
Rank
Total Posts:  13
Joined  2010-04-09

Well for some reason or another on a recent page refresh all of my text fields are working now as they should

Profile
 
 
Posted: 16 January 2011 02:09 AM   [ Ignore ]   [ # 2 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

That’s a weird one. Sounds like a javascript issue. Go ahead and send those details, I’ll check it out.

Profile
 
 
Posted: 16 January 2011 03:15 AM   [ Ignore ]   [ # 3 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

I took a look, didn’t see any issues. Let us know is something happens again.

Profile
 
 
Posted: 16 January 2011 03:20 AM   [ Ignore ]   [ # 4 ]
Wallflower
Avatar
Rank
Total Posts:  13
Joined  2010-04-09

Thanks. I actually just noticed that my forms are no longer updating. When I was having issues with the Matrix field I was able to save edits. Now that it is working I am getting Disallowed Key Characters. errors.

Profile
 
 
Posted: 16 January 2011 03:23 AM   [ Ignore ]   [ # 5 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

It looks like not all of your form inputs have “name” attributes?

Profile
 
 
Posted: 16 January 2011 03:31 AM   [ Ignore ]   [ # 6 ]
Wallflower
Avatar
Rank
Total Posts:  13
Joined  2010-04-09

Thanks Rob, that was it. I switched from the custom field loop to writing my own input fields and didnt change some of the syntax.

Profile
 
 
Posted: 16 January 2011 03:32 AM   [ Ignore ]   [ # 7 ]
Teen Scream
Avatar
RankRankRank
Total Posts:  3541
Joined  2009-05-29

I’m pretty sure I never use the custom fields loop, I like to have a little more control smile

Profile
 
 
Posted: 16 January 2011 03:35 AM   [ Ignore ]   [ # 8 ]
Wallflower
Avatar
Rank
Total Posts:  13
Joined  2010-04-09

I have to agree. I had to limit the fields that the user could see and I am pretty sure that I type more text for the custom fields that I did not want it to display then the template code needed outside of the loop to display everything I need.

Profile