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.

Bootstrap v4.0.0-beta.3 doesn't show checkbox on link modal

See original GitHub issue

steps to reproduce

  1. Use bootstrap v4.0.0-beta.3 css
  2. Use summernote bs4
  3. Click link toolbar button
  4. No checkbox for open in new window

browser version and os version and summernote version

What is your browser and OS? Firefox - Windows 10

What is your summernote version? 0.8.9

screenshot of issue

image showing no checkbox for open in new window

jsfiddle

New implementation is:

<div class="custom-control custom-checkbox">
  <input type="checkbox" class="custom-control-input" id="customCheck1">
  <label class="custom-control-label" for="customCheck1">Check this custom checkbox</label>
</div>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
lyhung009commented, Mar 27, 2018

Bootstrap 4 has been released, this issue must be fixed in summernote-bs4.js offcially.

3reactions
Enalmadacommented, Apr 4, 2018

The broken checkbox is very embarrassing for your bs4 users with consumer facing clients. Please consider an immediate fix. Even changing the code to a standard checkbox would be better than a non-functional custom one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to v4 - Bootstrap
Rewrote component with flexbox. Given move to flexbox, alignment of dismiss icons in the header is likely broken as we're no longer using...
Read more >
Bootstrap-Switch on Modal loaded from remote page
I'm trying to use Bootstrap-Switch to toggle my checkboxes. It works fine on a normal page, or a modal thats pre-loaded into the...
Read more >
The Modal Component in Bootstrap 4 - jQuery-AZ
In this tutorial, I will show you how to create modals by using Bootstrap 4 ... <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0 ...
Read more >
node_modules/bootstrap-vue/CHANGELOG.md - GitLab
b-link: ensure href prop is not passed to router-links (fixes #3066) (#3084 ... should work without major changes when Bootstrap V4.0.0-beta.3 is released....
Read more >
Bootstrap 4 Toggle Switch Button Checkbox - GitHub Pages
Installation. CDN. <link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css" rel="stylesheet"> <script ...
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