User tests: Successful: Unsuccessful:
1) Login on the front-end of your website
2) Go to a article
3) Click on the button with the cog icon and hover over the edit icon and see the tooltip
4) Notice the tooltip text say someting like: Published<br />Saturday, 01 January 2011<br />Written by Joomla
5) Apply the patch
6) Notice the tooltip is now correct displayed
Labels |
Added:
?
|
@test Patch works! Tooltip now shows correct HTML.
Thanks for your clear instructions, this makes patch testing a bliss
Category | ⇒ | Templates (site) |
Two good tests thanks - setting RTC
Status | Pending | ⇒ | Ready to Commit |
Milestone |
Added: |
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-02-28 15:53:33 |
hello i saw this in 3.4.1 is
$text = '<span class="hasTooltip icon-' . $icon . ' tip" title="' . JHtml::tooltipText(JText::_('COM_CONTENT_EDIT_ITEM'), $overlib, 0, 0)
but the issue stays.
When in joomla 3.4.1 i use
$text = '<span class="hasTooltip icon-' . $icon . ' tip" title="' . JHtml::tooltipText(JText::_('COM_CONTENT_EDIT_ITEM'), $overlib, 0)
the issue fixed. a little strange
Strange indeed. Maybe this function is connected to another function.
Best solution I can give you: Update to the latest version :-)
Labels |
Removed:
?
|
@test
Success! I can confirm the before and after. Tested on live 3.4.0.