Sho Uemura
Sho Uemura
Good thought. I agree it would be hard to miss this behavior, so it must be somehow environment-dependent. We're running on a Raspberry Pi with Raspbian Jessie, CGI.pm version 4.09-1....
Agree - this is not purely a UI annoyance. Because of the interaction between the CGI-generated web page and the JavaScript, this breaks various forms, including the "Administer Events" page...
Note that PR #98 also mentions this bug/patch.
Thanks, makes sense, good catch! I cherry-picked your commit back into my tree.
I'm not currently running a DocDB instance (that was 6 years ago . . .) so I can't test, but - * The original problem I was having is that...
Sorry sorry, I misread the Perl docs. `push` is what should work (`push` appends, `unshift` prepends, same syntax). `shift` is a left-pop.
I dropped the ball here, but have now updated my fork to use `push` instead of `unshift`.
This has been causing occasional problems for users and developers of the QICK project. ### observed behavior We did not dive into this in any rigorous way, but our observations...