Hi Bjoern,<div><br></div><div>It's probably cache-related. Can you please add to your config.php this line</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>define('DEBUG', true);</div></blockquote>
<div>and retest?</div><div><br></div><div>In the context of</div><div><a href="https://github.com/owncloud/core/blob/master/core/js/share.js#L372">https://github.com/owncloud/core/blob/master/core/js/share.js#L372</a></div>
<div><br></div><div>'this' means the whole document. So there are two solutions at that point:</div><div>filter undesired elements or use </div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>$('#content').click(function(event) {</div>
</blockquote><div>instead of </div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">$(this).click(function(event) {</blockquote><div><br></div><div>As long as datepicker is a sibling of div#content the latter won't catch the bubbling click event in this case.</div>
<div><br></div><div>---</div><div>Victor<br><br><div class="gmail_quote">On Mon, Oct 8, 2012 at 11:22 PM, Bjoern Schiessle <span dir="ltr"><<a href="mailto:schiessle@owncloud.com" target="_blank">schiessle@owncloud.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Victor,<br>
<div class="im"><br>
On Mon, 8 Oct 2012 22:06:35 +0300 Victor Dubiniuk wrote:<br>
> Can you check if this commit solves this issue completely?<br>
> <a href="https://github.com/owncloud/core/commit/06d00af9f89d9c858b6f7a3fb11de85d4da8d6fc" target="_blank">https://github.com/owncloud/core/commit/06d00af9f89d9c858b6f7a3fb11de85d4da8d6fc</a><br>
<br>
</div>I tried it, but for me the share dialogue still gets closed if I try to<br>
switch to a different month.<br>
<br>
Earlier this day I also looked at OC.Share.hideDropDown() and<br>
thought that this is the function responsible to close the share<br>
dialogue. But even if I remove all OC.Share.hideDropDown() calls, the<br>
dialogue still gets closed both in wanted and unwanted (navigating in<br>
the date picker) situations.<br>
<br>
cheers,<br>
<div class="HOEnZb"><div class="h5">Björn<br>
<br>
<br>
--<br>
Björn Schießle <<a href="mailto:schiessle@owncloud.com">schiessle@owncloud.com</a>><br>
Software Developer<br>
ownCloud GmbH<br>
<br>
Your Data, Your Cloud, Your Way!<br>
<br>
ownCloud GmbH, GF: Markus Rex, Holger Dyroff<br>
Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)<br>
</div></div></blockquote></div><br></div>