User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Add div role="tooltip"
Dashboard > Users > Messaging > Private Messages
If your site doesn't have any redirects, please create some redirects using New
Hover on icons present in Read
column
Apply PR
Again hover and see the difference
Non-Joomla style tooltip
Joomla style tooltip
No
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_messages |
Labels |
Added:
?
|
Title |
|
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-13 06:45:32 |
Closed_By | ⇒ | infograf768 | |
Labels |
Added:
?
|
tks
Thanks for merging
If you have time, you maybe could also change title to tooltip for the Managers where we have
Using (here for articles) something like
<?php endif; ?>
<?php if ($canEdit || $canEditOwn) : ?>
<a href="<?php echo Route::_('index.php?option=com_content&task=article.edit&id=' . $item->id); ?>" aria-labelledby="edit-<?php echo (int) $item->id; ?>">
<?php echo $this->escape($item->title); ?></a>
<div role="tooltip" id="edit-<?php echo (int) $item->id; ?>"><?php echo Text::_('JACTION_EDIT'); ?> <?php echo $this->escape($item->title); ?></div>
<?php else : ?>
@infograf768 I will look into it soon
I have tested this item✅ successfully on 7018148
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33776.