Fix : Settings drawer close usability bug

+ Settings drawer could not be closed when clicking above or below its
container. This has been fixed by changin the logic used for determining
if the click was inside/outside of the Settings drawer.

+ Added DOM utility to compensate for the limitations of JQuery
contains...
This commit is contained in:
jdescottes
2014-02-09 21:49:08 +01:00
parent c105619605
commit 676bf1c7fd
3 changed files with 59 additions and 23 deletions

View File

@@ -18,6 +18,7 @@ exports.scripts = [
"js/utils/core.js",
"js/utils/UserAgent.js",
"js/utils/CanvasUtils.js",
"js/utils/Dom.js",
"js/utils/Math.js",
"js/utils/FileUtils.js",
"js/utils/FrameUtils.js",