J3 Issue ?
avatar mvanvu
mvanvu
14 Jun 2017

If I create a new subform field with some description to show Bootstrap popover and then, The new "subform row add" will not listen any Bootstrap tooltip or popover event.

I have a solution to fix it (consider to PR).

Add new update after setUpShowon(row) on line 222 media/jui/js/cms-uncompressed.js:

// Fix tooltip and popover
$row.find('.hasTooltip').tooltip();
$row.find('.hasPopover').popover({
         container: 'body',
         trigger: 'hover focus'
});

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar mvanvu mvanvu - open - 14 Jun 2017
avatar joomla-cms-bot joomla-cms-bot - change - 14 Jun 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Jun 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 14 Jun 2017

can you please edit the Issue at Issue Tracker and select the Categories – thanks.

avatar franz-wohlkoenig franz-wohlkoenig - change - 14 Jun 2017
Status New Information Required
avatar franz-wohlkoenig franz-wohlkoenig - change - 14 Jun 2017
Status Information Required Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 14 Jun 2017
Category com_fields
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Nov 2017
Category com_fields com_fields Fields
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Nov 2017
Status Discussion Information Required
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Nov 2017
Category com_fields Fields Fields
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Dec 2017
Category Fields Fields JavaScript
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 26 Dec 2017

@dgt41 can you please have a Look as @mvanvu wrote at #16695:

The same problem #16676 but I think it depends on the template isis/js/template.js. So, I have tried to resolve it on template.js. Unluckily, it looks like has some conflict with cms.js.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 27 Jan 2018

reminder for @dgt41


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16676.

avatar dgt41
dgt41 - comment - 27 Jan 2018

@mvanvu theoretically your code should work here. It's the same issue and the reason why this is happening is explained here: #16695 (comment)

avatar brianteeman brianteeman - change - 25 Mar 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 25 Mar 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Apr 2018
Status Information Required Discussion
avatar Quy
Quy - comment - 20 Apr 2018

Would PR #12996 fix this issue?

avatar franz-wohlkoenig franz-wohlkoenig - change - 20 Apr 2018
Status Discussion Information Required
avatar joomla-cms-bot joomla-cms-bot - change - 24 Apr 2018
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2018-04-24 13:02:19
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 24 Apr 2018
avatar Quy Quy - change - 24 Apr 2018
Closed_By joomla-cms-bot Quy
avatar joomla-cms-bot
joomla-cms-bot - comment - 24 Apr 2018

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/16676

avatar Quy
Quy - comment - 24 Apr 2018

See PRs #19722 and #12996 / #20221 / #20222 / #20224 / #20225.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16676.

Add a Comment

Login with GitHub to post a comment