Fix bug with screenshot dropdown: scroll down on the board view and focus lost when clicking on the drop zone

This commit is contained in:
Frederic Guillot
2015-07-18 15:48:37 -04:00
parent 1891258acd
commit 649c14789e
4 changed files with 96 additions and 45 deletions

View File

@@ -15,3 +15,5 @@
<?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>
</form>
<p class="alert alert-info"><?= t('This feature does not work with all browsers.') ?></p>