The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Deleting from Submissions page - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Deleting from Submissions page (/showthread.php?tid=1506) |
Deleting from Submissions page - tosuch - Aug 6th, 2011 2.1.0-beta-20110802 The Delete, Select All on Page, Unselect All buttons do not function on the Submission page with FireFox 5 & Safari 5.1 Work OK with IE9 & Chrome 12.0.742.122 Tried with both internal and external forms. RE: Deleting from Submissions page - Ben - Aug 6th, 2011 Huh! Thanks - I'll take a look at that right now. - Ben RE: Deleting from Submissions page - Ben - Aug 6th, 2011 Hi tosuch, I just did a quick test on those two browsers + OS, and both worked fine for me. Did you *upgrade* to 2.1? I just wonder if maybe you have an incompatible module installed that's causing a JS error on that page. Different browsers handle errors differently, so it's possible that an error is causing the delete functionality to not work. Note that both the Mass Edit and Media Gallery modules are not compatible with 2.1 - are you using either other those? If so, try disabling them then try again. The Media Gallery module will actually need to be removed: I won't be updating that for 2.1. Also, try opening up the JS error console and see what (if any) errors occur on that page in FF + Safari. Let me know! ![]() - Ben RE: Deleting from Submissions page - tosuch - Aug 7th, 2011 (Aug 6th, 2011, 8:47 AM)Ben Wrote: Hi tosuch, Ben, Strange. Safari works OK now - I am not aware that I changed anything. FireFox 5 still exhibits the issue of not selecting / unselecting all records. I have attached a screen shot that shows what happens when I go to the page and then click the select ALL and unselect ALL buttons in the error console. If I select a record or two manually and click Delete I get the message that appears at the top of the page asking me to select the submissions I want to delete - but I already have selected them. Hope this helps. Apologies for reposting a blank reply - "lost control of mouse syndrome" Ted RE: Deleting from Submissions page - Ben - Aug 7th, 2011 haha no worries. Thanks for posting the errors - very helpful! So the last error about "Ajax" is telling. The Ajax class is part of the Prototype library which was included in Form Tools 2.0.x - but not 2.1.x. So that page is still trying to load some old javascript. If you don't have those modules installed that I mentioned, try just emptying your browser cache. It's possible something is cached. Other than that - go to your Modules page and check that all modules are upgraded. They'll appear in a bright colour with an "UPGRADE" button. - Ben RE: Deleting from Submissions page - tosuch - Aug 7th, 2011 Ben, Indeed is was the pesky cache - all is OK. Better safe than sorry. Also maybe you would be interested in knowing we are creating forms using the jQuery Mobile framework and the forms are working really well when initialising them with the FT database - I was especially pleased with the slider widget being recognised and stored correctly in the database. Looks good - look forward to updates in 2.1 and more modules. Ted Ben, Indeed is was the pesky cache - all is OK. Better safe than sorry. Also maybe you would be interested in knowing we are creating forms using the jQuery Mobile framework and the forms are working really well when initialising them with the FT database - I was especially pleased with the slider widget being recognised and stored correctly in the database. Looks good - look forward to updates in 2.1 and more modules. Ted RE: Deleting from Submissions page - Ben - Aug 7th, 2011 Excellent! And good to hear about it all working with jQuery mobile. Very cool. - Ben |