question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Making popper.js XHTML-friendly

See original GitHub issue

popper.js 1.12.9 doesn’t support XHTML, I mean W3C-validated XHTML running in XHTML mode, yet.

To support XHTML-mode, I modified popper.js source file, replaced all .nodeName with .nodeName.toUpperCase(), and finally my Bootstrap dropdown did work.

Any plans to add XHTML support?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
FezVrastacommented, Nov 22, 2019

This is now supported in v2

1reaction
FezVrastacommented, Nov 21, 2018

The PR is stuck. But the “next” branch will support it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Making popper.js XHTML-friendly · Issue #575 - GitHub
The company I work for uses Popper.js for glossary definitions in its ebooks. While Popper.js works on our own proprietary ebook platform, it ......
Read more >
Tutorial | Popper
In this tutorial you'll learn how to use Popper by building a basic tooltip. Remember, Popper is not a tooltip library, it's the...
Read more >
hover slide effect css
In this post we know about how to make Image zoom on hover effect with HTML , Css, jquery. Ken Burns is an...
Read more >
Tippy.js - Tooltip, Popover, Dropdown, and Menu Library
Tippy.js is the complete tooltip, popover, dropdown, and menu solution for the web, powered by Popper. It provides the logic and optional styling...
Read more >
Popper.js - CSS-Tricks
This is unlike most tooltip implementations that move the tooltip element around the DOM (probably making it a direct descendant of the <body>...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found