Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subform not show tootltip and popover #16676

Closed
mvanvu opened this issue Jun 14, 2017 · 7 comments
Closed

Subform not show tootltip and popover #16676

mvanvu opened this issue Jun 14, 2017 · 7 comments

Comments

@mvanvu
Copy link
Contributor

mvanvu commented Jun 14, 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'
});
@ghost
Copy link

ghost commented Jun 14, 2017

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

@ghost
Copy link

ghost commented Dec 26, 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.

@ghost
Copy link

ghost commented Jan 27, 2018

reminder for @dgt41


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

@dgrammatiko
Copy link
Contributor

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

@Quy
Copy link
Contributor

Quy commented Apr 20, 2018

Would PR #12996 fix this issue?

@joomla-cms-bot
Copy link

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

@Quy
Copy link
Contributor

Quy commented Apr 24, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants