From 462ba2e5a9af18321efe4369d49d91d34c5cfd1f Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Mon, 22 Apr 2019 23:34:19 +0100 Subject: [PATCH] [4.0] Remove module description popover (#24634) When you go to select a NEW module you have a list of all the modules with a very short 90 character truncated description. If you hover over that description you get a popover with a short 200 character truncated description. This popover is not accessible - I doubt even most sighted users will know that it even exists as there is no visual indicator that it exists either. The original reason for the 90 character truncation was back in the day that this was a modal and there was limited space. That is no longer true but we do need to have some form of truncation as some 3pd write essays for the description ;) This PR removes the popover and changes the displayed description to the 200 character version --- .../com_modules/tmpl/select/default.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/administrator/components/com_modules/tmpl/select/default.php b/administrator/components/com_modules/tmpl/select/default.php index f131de960d817..5157566c6fe53 100644 --- a/administrator/components/com_modules/tmpl/select/default.php +++ b/administrator/components/com_modules/tmpl/select/default.php @@ -14,7 +14,6 @@ use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; -HTMLHelper::_('bootstrap.popover'); $document = Factory::getDocument(); ?> @@ -22,20 +21,18 @@