From a4ef5ea48b9cca2181ad8163579402c8299a7850 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Fri, 31 Dec 2021 14:49:42 +0530 Subject: [PATCH] Fixed an issue where SubPlans may overlap other nodes & make them inaccessible in Graphical EXPLAIN View. Patch sent by: Robert Frunzke Fixes #7093 --- docs/en_US/release_notes_6_4.rst | 1 + web/pgadmin/misc/static/explain/js/explain.js | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en_US/release_notes_6_4.rst b/docs/en_US/release_notes_6_4.rst index ab3e63acc..4ddd4ebfa 100644 --- a/docs/en_US/release_notes_6_4.rst +++ b/docs/en_US/release_notes_6_4.rst @@ -25,4 +25,5 @@ Bug fixes | `Issue #7077 `_ - Fixed an issue where the Owner is not displayed in the reverse engineering SQL for Procedures. | `Issue #7078 `_ - Fixed an issue where an operation error message pop up showing the database object's name incorrectly. | `Issue #7081 `_ - Fixed an issue in SQL generation for PostgreSQL-14 functions. +| `Issue #7093 `_ - Fixed an issue where SubPlans may overlap other nodes & make them inaccessible in Graphical EXPLAIN View. | `Issue #7096 `_ - Ensure that Truncate and Reset statistics should work. diff --git a/web/pgadmin/misc/static/explain/js/explain.js b/web/pgadmin/misc/static/explain/js/explain.js index 4b49387ab..0ac0e05a0 100644 --- a/web/pgadmin/misc/static/explain/js/explain.js +++ b/web/pgadmin/misc/static/explain/js/explain.js @@ -797,6 +797,7 @@ define('pgadmin.misc.explain', [ 'strokeWidth': 1.2, fill: 'gray', fillOpacity: 0.2, + 'pointer-events': 'none', }); // Provide subplan name