User tests: Successful: Unsuccessful:
Remove title tooltip that has redundant info overlapping tooltip.
Install Multilingual Sample Data.
Go to Articles list.
Under Association column, hover over a badge.
See tooltip overlapping tooltip.
Do the same for Categories, Contacts, News Feeds, and Menus.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_categories com_contact com_content com_menus com_newsfeeds |
I have tested this item
Thanks. I tested it ok.
We have the same issue for com_associations:
I solved it by
diff --git a/administrator/components/com_associations/Helper/AssociationsHelper.php b/administrator/components/com_associations/Helper/AssociationsHelper.php
index 3dc84f2..651a1b4 100644
--- a/administrator/components/com_associations/Helper/AssociationsHelper.php
+++ b/administrator/components/com_associations/Helper/AssociationsHelper.php
@@ -338,5 +338,5 @@
$classes = 'badge ' . $labelClass;
- $items[$langCode]['link'] = '<a href="' . $url . '" title="' . $language->title . '" class="' . $classes . '">' . $text . '</a>'
+ $items[$langCode]['link'] = '<a href="' . $url . '" class="' . $classes . '">' . $text . '</a>'
. '<div role="tooltip">' . $tooltip . '</div>';
}
Shall you add it in this PR or make a new PR?
Labels |
Added:
?
|
Category | Administration com_categories com_contact com_content com_menus com_newsfeeds | ⇒ | Administration com_associations com_categories com_contact com_content com_menus com_newsfeeds |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-20 14:47:55 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thanks
I have tested this item✅ successfully on 5764702
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27557.