From 487f7b09659d31a2912281125b7af44b1758d4c5 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 30 Dec 2014 12:11:53 -0500 Subject: [PATCH] Removes popup console.log from debug #1470 updates release notes --- RELEASE-NOTES.md | 2 ++ src/definitions/modules/popup.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8af730cb0..bcc4d0f38 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -12,8 +12,10 @@ - **Popup** - Popup now uses the new property ``min-width: max-content`` to allow for better display with ``inline`` in some circumstances where it escapes parent element. **Bugs** +- **Form** - Fixed (x) wide field not having correct bottom field margin when in ``fields`` group on tablet or mobile - **Dropdown/Search** - Fixed issues with ``ui search`` and ``ui search dropdown`` using ``RegExp test`` which [advances pointer on match](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) causing results to display incorrectly - **Form** - ``ui input`` now receives the same formatting as a normal input inside an ``inline field`` +- **Popup** - Popup destroy will now also destroy any unfired timers (show/hide delay) - **Popup** - Popup now moves to the same offset context to avoid positioning errors when using a named pre-existing popup. ### Version 1.4.1 - December 23, 2014 diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index 4a343c80b..fe3478b9a 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -176,7 +176,6 @@ $.fn.popup = function(parameters) { ? settings.delay.hide : settings.delay ; - console.log($popup); clearTimeout(module.showTimer); module.hideTimer = setTimeout(function() { if(module.is.visible() ) {