View produces two throbber loading signs when doing the ajax call.
Since this module adds it's own and only hides the submit button, not the div surrounding submit module, the throbber is still still shown for the view.
$(':submit, .submit-button', form).parent().hide();
Fairly certain all submit buttons have wrappers.
Greate module otherwise; could add some more config options for what exposed forms it works on (use the form alter to add a class around the form, etc.), but cool nether less =)
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | viewslivefilters-throbber-538298-6.patch | 1.03 KB | Anonymous (not verified) |
Comments
Comment #1
v8powerage commentedI deleted
<span class="views-throbbing"> </span>from:viewslivefilters.js
line 22
I think this should be done in official release too ;-).
Comment #2
hefox commentedThe issue with removing it from viewslivefilter that is that the throbber would be misplaced; ie the views throbber would be on the submit button not the item that was changed (which is probably what it was adding? been a while); image having more than 1 filter.
Comment #3
v8powerage commentedThis module has option to hide throbber: http://drupal.org/project/viewsdisplaytabs
Comment #4
hefox commentedThat's cool, but er, what is the purpose of posting it? A suggestion to use that method here? The first mentioned method of hiding the wrapper around the submit works to my memory, but it has the assumption that there is a wrapper. Can't imagine there wouldn't be though since the same processes to build the filter forum happen.
Comment #5
v8powerage commentedwell do what you want, I won't give… I made dirty hack and I'm ok with that, it's better than two throbbers ;-)
Comment #6
kriboogh commentedFYI, this worked for me (viewslivefilter.js):
$(':submit, .submit-button', form).parent().hide();
Cheers
Comment #7
Anonymous (not verified) commentedI created a patch for #6, which worked for me.
Comment #8
robby.smith commentedthanks, this worked =)
Comment #9
eiland commenteddoesn't work for me. The Ajax property is disabled after applying the patch.
Comment #10
sittard commentedPatch does not work. Same as #9
Comment #11
eiland commentedfor what its worth, my throbbers nicely overlap: http://www.groenestroomjagraag.nl/stroometiket/rwe
Comment #12
philpro commentedThat's what she said.