?
Referenced as Pull Request for: # 6179
avatar WS-Theme
WS-Theme
25 Feb 2015

Steps to reproduce the issue

When you are logged in into the Frontend and the Hover Buttons for Module Editing are Active, the Tooltip breaks and is not valid. This happens cause in the call for the Tooltip a Attribute is Missing!

Expected result

Actual result

System information (as much as possible)

Additional comments

In Frontendediting.js (the uncompressed Version for better overview) there is something missing in line 121!

Actual: .tooltip({"container": false, placement: tooltipPlacer})

Must be: .tooltip({"container": false, html: true, placement: tooltipPlacer})screen shot 2015-02-25 at 08 24 46

avatar WS-Theme WS-Theme - open - 25 Feb 2015
avatar Bakual
Bakual - comment - 25 Feb 2015

Since you seem to know where the issue is, can you create a Pull Request?
See https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests for how to do it. We can help you if you have questions.
This way it can be tested.

avatar brianteeman
brianteeman - comment - 25 Feb 2015

I can NOT confirm this - perhaps its a language ini file issue?

screen shot 2015-02-25 at 08 36 27


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6177.
avatar WS-Theme
WS-Theme - comment - 25 Feb 2015

Yes but I personally have disabled the HTML Option for public Tooltips!! So it's definitly missing, when the Tooltip is called again, the HTML Option is missing and must be reinitialised!

In Frontend I have disabled cause of this:

Insert HTML into the tooltip. If false, jQuery's text method will be used to insert content into the DOM. Use text if you're worried about XSS attacks.

For registered Users I think it's no problem!


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6177.
avatar brianteeman
brianteeman - comment - 25 Feb 2015

As we have a PR I am closing this here so the conversation is in one place - see #6179


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6177.
avatar zero-24 zero-24 - close - 25 Feb 2015
avatar brianteeman brianteeman - change - 25 Feb 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-02-25 18:42:37
Closed_By brianteeman
avatar brianteeman brianteeman - change - 25 Feb 2015
Closed_Date 2015-02-25 18:42:37 2015-02-25 18:42:38
avatar brianteeman brianteeman - close - 25 Feb 2015
avatar brianteeman brianteeman - close - 25 Feb 2015
avatar WS-Theme
WS-Theme - comment - 25 Feb 2015

Exactly!! Sorry for Double Postings! I only want to bring Joomla to a better Level! And Frontend Editing for example is important ... but at the Moment, Frontend Editing is generally a Horrible Thing!

For example: we and a Partner a Elite Authors at Envato with nearly 5.000 sold Templates, but most Templates work on Bootstrap 3 which is conflicting extremely with Bootstrap 2 Mark Up that comes for default ...

avatar brianteeman
brianteeman - comment - 25 Feb 2015

No problem about the double posting it is normal

As for BS3 then you will love what is happening with J3.5 as it will make
your life much easier

On 25 February 2015 at 18:48, Oli notifications@github.com wrote:

Exactly!! Sorry for Double Postings! I only want to bring Joomla to a
better Level! And Frontend Editing for example is important ... but at the
Moment, Frontend Editing is generally a Horrible Thing!

For example: we and a Partner a Elite Authors at Envato with nearly 5.000
sold Templates, but most Templates work on Bootstrap 3 which is conflicting
extremely with Bootstrap 2 Mark Up that comes for default ...


Reply to this email directly or view it on GitHub
#6177 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar WS-Theme
WS-Theme - comment - 25 Feb 2015

Really Brian? Is is planned to add B3 Support for J3.5?? Never heared about this!

avatar brianteeman
brianteeman - comment - 25 Feb 2015

It is planned to make some changes to allow for easier support of other
frameworks

On 25 February 2015 at 21:25, Oli notifications@github.com wrote:

Really Brian? Is is planned to add B3 Support for J3.5?? Never heared
about this!


Reply to this email directly or view it on GitHub
#6177 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar WS-Theme
WS-Theme - comment - 26 Feb 2015

Yes I have seen :+1: in Joomla 3.7 yes :-)

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment