Page 1 of 1

[troubleshoot] an HTML filelist filtering script

Posted: 04 Sep 2014 08:16
by bdeshi
What the script does: you pass a <crlf> separated filelist as the input -> a sortable HTML checklist is generated -> and the original list is returned minus the checked items.
(There's a option $showzombie, which controls whether of non-existent items are listed in the HTML report. Default: yes.)

However, apparently sometimes the checks aren't registered correctly.
For example, of four input items, if any two are checked, the other two items should be returned. But sometimes the return has three items.

Can anybody help repair the bug?

Re: [troubleshoot] an HTML filelist filtering script

Posted: 12 Sep 2014 20:40
by bdeshi
Hmm, nobody found the bug?

Re: [troubleshoot] an HTML filelist filtering script

Posted: 12 Sep 2014 23:29
by Marco
I gave it a quick look, but my feeling is that there's something wrong within the javascript part. Which, unfortunately, I don't understand :(

Re: [troubleshoot] an HTML filelist filtering script

Posted: 13 Sep 2014 00:49
by TheQwerty
I think I downloaded it to take a look and then never did... I'll try to remember to investigate on Monday.

Re: [troubleshoot] an HTML filelist filtering script

Posted: 15 Sep 2014 15:52
by TheQwerty
I took a look but I couldn't reproduce the problem you see. :?
I'll be glad to look again if you can show me a way to replicate the issue. ;)

Re: [troubleshoot] an HTML filelist filtering script

Posted: 15 Sep 2014 16:31
by bdeshi
Okay, thanks.
I hope the code is okay?

And, um,... actually I didn't see the buggy behavior myself, it was reported to me. :lol: I posted it here because it's the best place to straighten our any probable snags on the code.