This is a bit of a bizarre one, and I'm not sure if it's important to spend time on now, but I encountered this, so I thought I'd report it.
I have two Finders, one set to auto-submit and one not. When I put them as blocks on the same page, the second Finder's options take over in Javascript (at least for auto-submit). So if the second Finder on the page has auto-submit turned off (and the first one has it on), the first finder will also not auto-submit.
Comments
Comment #1
danielb commentedThe settings given to javascript are not per-finder, they're global, so yeah that's a bug.
Comment #2
danielb commentedInfact they should even be per-element, since one might have two autocompletes in the one finder with different behaviour for some reason.
Comment #3
danielb commented