From 39f2f94a535413c093d03e8178a693277859faa2 Mon Sep 17 00:00:00 2001 From: Derek Webb Date: Sat, 27 Aug 2016 21:00:37 -0400 Subject: [PATCH 1/2] Info bubbles now allow the user to copy text from them (issue #101) --- platform/commonUI/general/res/sass/helpers/_bubbles.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/commonUI/general/res/sass/helpers/_bubbles.scss b/platform/commonUI/general/res/sass/helpers/_bubbles.scss index e4cc8a2797..16bc08f0b4 100644 --- a/platform/commonUI/general/res/sass/helpers/_bubbles.scss +++ b/platform/commonUI/general/res/sass/helpers/_bubbles.scss @@ -21,9 +21,6 @@ *****************************************************************************/ //************************************************* GENERAL -.bubble-container { - pointer-events: none; -} //************************************************* LAYOUT From 08eaa822fe5545250fc2622f6476e768674c436c Mon Sep 17 00:00:00 2001 From: Derek Webb Date: Sat, 27 Aug 2016 21:29:30 -0400 Subject: [PATCH 2/2] Removing use of bubble-container class (issue #101) --- platform/commonUI/inspect/src/InfoConstants.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/commonUI/inspect/src/InfoConstants.js b/platform/commonUI/inspect/src/InfoConstants.js index 3eb6df921d..959f475a94 100644 --- a/platform/commonUI/inspect/src/InfoConstants.js +++ b/platform/commonUI/inspect/src/InfoConstants.js @@ -29,8 +29,7 @@ define({ BUBBLE_TEMPLATE: "" + + "bubble-layout=\"{{bubbleLayout}}\">" + "" + "" +