? Error
Pull Request for # 6177

User tests: Successful: Unsuccessful:

avatar WS-Theme
WS-Theme
25 Feb 2015

Must be called again that a HTML Tooltip is possible! Some people disable HTML in Tooltips for not registered Users cause of XSS Attacks!
So for registered Users I think it's ok to use HTML in Tooltips, but for all other I always disable HTML which breaks then the Layout ...

Check this in the Tracker: http://issues.joomla.org/tracker/joomla-cms/6177

Bootstrap itself says:
"""If false, jQuery's text method will be used to insert content into the DOM. Use text if you're worried about XSS attacks."""

avatar WS-Theme WS-Theme - open - 25 Feb 2015
avatar joomla-cms-bot joomla-cms-bot - change - 25 Feb 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 25 Feb 2015
Easy No Yes
avatar brianteeman brianteeman - change - 25 Feb 2015
Rel_Number 6177
Relation Type Pull Request for
avatar zero-24 zero-24 - change - 26 Feb 2015
Category Front End JavaScript Templates (site)
avatar n9iels
n9iels - comment - 28 Feb 2015

@test confirmed, if you work with a template that has not enabled html tooltips this patch solves the issue. I think this bug appears because the tooltips of module editing are not made with the standard Bootstrap tooltip.

Is it necessary to make this change also in frontend-editing.js, the compressed version?

avatar WS-Theme
WS-Theme - comment - 1 Mar 2015

Yes, this Fix must also be done in compressed Version. Thanks a lot!

avatar brianteeman
brianteeman - comment - 1 Mar 2015

Please update the non-compressed js file with these changes


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6179.
avatar WS-Theme WS-Theme - reference | - 2 Mar 15
avatar WS-Theme WS-Theme - reference | - 2 Mar 15
avatar n9iels
n9iels - comment - 4 Mar 2015

Thanks for updating, please push the file changes to this PR. Now you only Referenced them ;-)
One more tester needed here! :smiley:

avatar WS-Theme
WS-Theme - comment - 4 Mar 2015

Hi there,

sorry but I have no well skills on GitHub, how to do this :-D Sorry

avatar n9iels
n9iels - comment - 4 Mar 2015

You did it nearly correct, the only mistake is that you made the changes not in the patch-1 branch.
What you have to do:
1) Go to your Fork (copy) of the joomla-cms, in your case thats located on: https://github.com/WS-Theme/joomla-cms
2) Left of the title joomla-cms / + you will find a select box. Select the option: patch-1
Now your switching to the patch-1 branch. You can see this as a workplace directly connected to this Pull Request
3) Make your changes to the compressed frontediting.js and save you file. You don't have to change the frontediting-uncompressed.js, because that one is allready done.
4) If you do this right, it will be autmaticly added to this Pull Request

After that, we just need one person more to test your solution (patch). When two people tested this patch succesfull it can be set to RTC (Ready to Commit) and finally Merged to the Joomla! CMS

If you have any farther questions, feel free to ask :)

avatar WS-Theme
WS-Theme - comment - 5 Mar 2015

Hi n9iels,

wow, thanks for this awesome tutorial about how to manage it :-) I think it's correct now!!

I have also changed the uncompressed Version cause I have studied line by line and have seen that the Tooltip has two instances and one was missing!!

I hope now is all ok and sorry that it won't work on the first run ;)

Cheers, Oli

avatar n9iels
n9iels - comment - 5 Mar 2015

Yes you did it correct, thanks! :-)

@test Works completely fine now!
Note: this patch can not be tested on the standard protostar template, please test on another template with Bootstrap 3 included


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6179.
avatar n9iels n9iels - test_item - 5 Mar 2015 - Tested successfully
avatar nueckman
nueckman - comment - 14 Mar 2015

Works like expected.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6179.
avatar nueckman nueckman - test_item - 14 Mar 2015 - Tested successfully
avatar brianteeman
brianteeman - comment - 14 Mar 2015

Multiple tests - setting RTC - thanks


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6179.
avatar brianteeman brianteeman - change - 14 Mar 2015
Status Pending Ready to Commit
avatar brianteeman brianteeman - change - 14 Mar 2015
Labels Added: ?
avatar phproberto phproberto - change - 15 Mar 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-03-15 09:12:59
avatar phproberto phproberto - close - 15 Mar 2015
avatar phproberto phproberto - close - 15 Mar 2015
avatar phproberto
phproberto - comment - 15 Mar 2015

Merged. Thanks!

Add a Comment

Login with GitHub to post a comment