rvdb
rvdb
Many thanks for your thoughts and suggestions! It's reassuring to know that this can be considered a stable feature in the Skeleton implementation. My actual use case is rather pragmatic:...
Sorry, examples are indeed easier to refer to. Yep: that's the one. What I have in mind is that the individual buttons for the different social services are loaded in...
Without being impatient (I'm not sure if you just asked for more info or are working on it), do you think it is feasible?
Strange, I've just checked with 2.0.1, and behaviour seems unchanged. Though I've noticed that http://sharrre.com/example3.html is still referring to an older version (http://sharrre.com/js/jquery.sharrre-1.3.4.min.js?v=3), it doesn't change if I try it...
Wait a minute, could that be what the "render" function is for? I found an example in this [fiddle](http://jsfiddle.net/JulienH/Dh4zc/): ``` $('#shareme').sharrre({ ... render: function(api, options) { api.loadButtons(); } ... });...
Ah, I've found a workaround: move the height and overflow properties from the sidebar div to the form inside it. See the updated JSFiddle at [http://jsfiddle.net/rvdb/Lr2czs4p/1/](http://jsfiddle.net/rvdb/Lr2czs4p/1/). This solves both the...
You're welcome (and thanks for the wonderful plugin!). I realize this might be a very specific problem in a very specific context; if you need more details or clarification, I'm...
It's been some time since this issue had been reported; I don't know if it has been addressed in the mean time (I'm just reporting from a user perspective). Yet,...
Ok, some progress, great! Is it wise, though, to close the issue? This way, you might risk sub-optimal performance for a common type of queries in eXist-3.0. Or should I...
I've checked again for a (simple) real-life query with eXist-3.6.0: indeed, a "direct" query expression against the Lucene full-text index takes under 0.5 seconds to complete, while reformulation as an...