? Success

User tests: Successful: Unsuccessful:

avatar n9iels
n9iels
28 Feb 2015

How to reproduce the bug

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

avatar n9iels n9iels - open - 28 Feb 2015
avatar joomla-cms-bot joomla-cms-bot - change - 28 Feb 2015
Labels Added: ?
avatar Hils
Hils - comment - 28 Feb 2015

@test
Success! I can confirm the before and after. Tested on live 3.4.0.

avatar josien
josien - comment - 28 Feb 2015

@test Patch works! Tooltip now shows correct HTML.
Thanks for your clear instructions, this makes patch testing a bliss :smile:


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6226.
avatar josien josien - test_item - 28 Feb 2015 - Tested successfully
avatar brianteeman brianteeman - change - 28 Feb 2015
Category Templates (site)
avatar brianteeman brianteeman - alter_testresult - 28 Feb 2015 - Hils: Tested successfully
avatar brianteeman
brianteeman - comment - 28 Feb 2015

Two good tests thanks - setting RTC


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6226.
avatar brianteeman brianteeman - change - 28 Feb 2015
Status Pending Ready to Commit
avatar brianteeman brianteeman - change - 28 Feb 2015
Milestone Added:
avatar brianteeman brianteeman - change - 28 Feb 2015
Labels Added: ?
avatar Kubik-Rubik
Kubik-Rubik - comment - 28 Feb 2015

Thank you @n9iels!

avatar zero-24 zero-24 - close - 28 Feb 2015
avatar Kubik-Rubik Kubik-Rubik - merge - 28 Feb 2015
avatar Kubik-Rubik Kubik-Rubik - close - 28 Feb 2015
avatar Kubik-Rubik Kubik-Rubik - change - 28 Feb 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-02-28 15:53:33
avatar Kubik-Rubik Kubik-Rubik - close - 28 Feb 2015
avatar n9iels n9iels - head_ref_deleted - 7 Mar 2015
avatar ribo72
ribo72 - comment - 8 Apr 2015

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

avatar n9iels
n9iels - comment - 8 Apr 2015

Strange indeed. Maybe this function is connected to another function.
Best solution I can give you: Update to the latest version :-)

avatar zero-24 zero-24 - change - 14 Oct 2015
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment