syncthing/gui/scripts/syncthing
Antony Male 8f38e83aaf Allow #editIgnores to scroll in browser (fixes #2041)
class modal-open is applied to <body>, which ultimately means that the
browser will scoll to the modal's content. However, #editFolder was
finishing its close animation (and removing this modal-open class)
after #editIgnores had set modal-open (and had started its open
animation). The end result is that <body> ends up without modal-open
when #editIgnores is open, and so the browser doesn't properly scroll.

Instead, only open the #editIgnores once #editFolder has finished closing.
2015-07-15 14:20:57 +01:00
..
core Allow #editIgnores to scroll in browser (fixes #2041) 2015-07-15 14:20:57 +01:00
app.js Implement "advanced configuration" dialog (fixes #2010) 2015-07-04 13:47:43 +02:00