popper.js Questions
4
Solved
I'm working with Bootstrap 4 dropdown and there are about 18 dropdown items.
Because the height is too much, popper.js automatically moves the dropdown away from its original position to the top of...
Sententious asked 16/3, 2018 at 14:54
0
I'm trying to implement a context menu using BlueprintJs Popover component; that uses Popper.js to position the popover, under the hood.
The problemis that: I have fixed elements and absolutely pos...
Deadlight asked 22/6, 2020 at 12:6
11
Solved
From what I've read so far, popper.js is a big pain with Bootstrap 4. I can't get it to work. I keep getting this error:
Error: Bootstrap dropdown require Popper.js (https://popper.js.org)
I'v...
Arabelle asked 31/10, 2017 at 16:7
1
Solved
When i run the website i got this error on developer tools :
JQMIGRATE: Migrate is installed, version 3.0.1
DevTools failed to load SourceMap: Could not load content for http://aljawd.com/Contents...
Aquiver asked 13/6, 2020 at 9:19
2
Solved
I am using popper.js for displaying more post categories if trigger clicked. But after i click it, the initial position is wrong (more right). When popper opened and i scroll the position of popper...
Livvyy asked 28/9, 2017 at 19:26
3
I use Bootstrap 4 and Jquery-3.3.1 in my project.
I use js as follows:
<script src="@Url.Content("~/Scripts/jquery-3.3.1.min.js")" type="text/javascript"></script>
<script src="@...
Ribbonfish asked 20/7, 2019 at 17:18
2
Solved
I am attempting to set up a TypeScript project and get bootstrap 4 working along with Popper, jQuery, and Knockout in Visual Studio Code.
I installed the knockout, jquery and bootstrap type defini...
Diversity asked 26/2, 2019 at 20:7
1
I want to give a popper-box (tooltip) a padding to the window. So it has an offset to the window frame and does not stick at the edges
I tried to achieve this by adding a padding/ margin/ transpar...
Hylomorphism asked 10/2, 2020 at 15:22
1
Solved
I'm initializing tooltips with following code:
$('.tooltip').each(function () {
$(this).tooltip({
html: true,
title: $('#' + $(this).data('tip')).html()
});
});
Example of tooltip code:
<...
Gilburt asked 30/10, 2019 at 17:10
6
Solved
I tried install bootstrap 4, and included following links
<script src="libs/jquery/dist/jquery.min.js"></script>
<script src="libs/tether/dist/js/tether.min.js" ></script>
...
Dichloride asked 28/9, 2017 at 1:55
9
Solved
I am not able to install bootstrap 4(beta) to my MVC project. To be precise popper.js nuget dependency is failing to install. Please let me know any possible way to do it(bower install is still a w...
Joslyn asked 14/8, 2017 at 1:27
1
Solved
I am following a tutorial that uses this command to install popper:
npm install popper --save. But when I tried it got this error message: fatal error - cygheap base mismatch detected - 0x13A1410/0...
Berseem asked 20/5, 2019 at 17:12
1
The event tooltip event render works fine until i add a bootstrap css
Working site
https://fullcalendar.io/docs/event-tooltip-demo
When i add the following to the css
https://maxcdn.bootstrap...
Sammie asked 20/4, 2019 at 12:19
8
Solved
I'm old school, so I downloaded the source code to 1.12.0 and then did the following:
<script src="/popper.js-1.12.0/dist/popper.js"></script>
<script src="/bootstrap-4.0.0-beta/dis...
Base asked 15/8, 2017 at 14:19
5
Solved
i wanted to ask if Popper.js is absolutely necessary or not if i don't use dropdown menus.
Are there any other parts driven by popper that would not work without the library?
Grearson asked 11/9, 2017 at 11:46
1
Solved
My package.json contains:
"dependencies": {
"popper": "^1.0.1",
"bootstrap": "^4.1.0",
on install the warning is:
[email protected] requi...
Set asked 15/4, 2018 at 14:36
2
Solved
I'm currently migrating from Bootstrap4 alpha to Bootstrap4 stable. So far, so good, except this problem I have with my modals. I'm using dropdowns everywhere, including ones with many items. Previ...
Allare asked 8/3, 2018 at 8:25
0
Since my page layout changes at different responsive breakpoints, I need a way to change the offset of my Popper programmatically after it is created. I see that I can create a custom Modifier, and...
Leucomaine asked 13/2, 2018 at 22:11
1
Solved
Bootstrap 3 popper's container is not correctly placed on the page the first time the user 'hovers' over the element triggering it. the second time onward, works like a charm.
HTML:
<table&g...
Washerman asked 21/1, 2018 at 9:1
2
Solved
I've installed bootstrap v4 beta and with it the popper.js (tooltip.js) library. I'm trying to use it's tooltip function. So I managed to make it appear but I can't change it's appearance/style for...
Lancelot asked 30/8, 2017 at 8:38
1
So, I was struggling at the last few hours about getting my bootstrap navbar to work in my rails 5.1.3 app. No success. I found a console error saying
Uncaught Error: Bootstrap dropdown require...
Shopwindow asked 17/8, 2017 at 13:51
2
While installing Bootstrap 4 (the latest beta version) with NPM : `npm install [email protected], I got this message :
+-- [email protected]
+-- [email protected]
+-- UNMET PEER DEP...
Luanaluanda asked 25/9, 2017 at 8:59
© 2022 - 2024 — McMap. All rights reserved.