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.

Cannot justify content

See original GitHub issue

Am using tinymce and everytime I click on one of the buttons aiming to justify the content (left, right, center) nothing happens and I see the following error in the console:

Uncaught TypeError: Cannot read property 'toLowerCase' of undefined

Is there a fix for this issue?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
Ewarsecommented, Oct 10, 2018

I think i found the cause of the problem: this extension: https://chrome.google.com/webstore/detail/pop-up-blocker-for-chrome/bkkbcggnhapdmkeljlodobbkopceiche. Ran into this problem yesterday after installing this extension, had no problem with the align buttons before. and the tinymce sample site also crashes when this extension is installed. Hope this helps! D

1reaction
ghostcommented, Jul 9, 2018

@Afraithe I opened you link and just writed some words, you can see here:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

The 'justify-content' property isn't working - Stack Overflow
Go to inspect element and check if .justify-content-center is listed as a class name under 'Styles' tab. If not, probably you are using...
Read more >
justify-content - CSS: Cascading Style Sheets - MDN Web Docs
The CSS justify-content property defines how the browser distributes space between and around content items along the main-axis of a flex ...
Read more >
CSS Flexbox: Justify-content property not working
Hello guys. I have been working on my Survey Form project since yesterday, trying to learn how to use CSS Flexbox.
Read more >
Flexbox Justify-Content Doesn't Work - Space Between or ...
The Problem. If the flex container has the clearfix method applied to it, then the flexbox justify-content rule won't work.
Read more >
CSS justify-content property - W3Schools
The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).
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