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.

Right border of editor area no longer visible since 4.6.0

See original GitHub issue

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

Right border of editor area is not visible anymore since 4.6.0.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via fiddle.tinymce.com or similar.

Element info in browser on any 4.6.x version for the editor area gives

<div id="mceu_35" class="mce-tinymce mce-container mce-panel" hidefocus="1" tabindex="-1" role="application" style="visibility: hidden;border-width: 1px;width: 100%;">

while on 4.5.x it is

<div id="mceu_35" class="mce-tinymce mce-container mce-panel" hidefocus="1" tabindex="-1" role="application" style="visibility: hidden; border-width: 1px;">

The additional width: 100%; since 4.6.0 seems to be the problem causing the right border to be hidden. Disabling it with the browser’s dev tools makes the right border visible again.

But where is the width: 100%; coming from?

What is the expected behavior?

Of course, the border being visible as before again.

Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE?

  • Problem started with version 4.6.0 while it still worked fine on 4.5.x,
  • Using jquery.tinymce.min.js,
  • Testing on Linux,
  • Issue both in FF and Chrome.

Issue Analytics

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

github_iconTop GitHub Comments

6reactions
pruhstalcommented, Mar 31, 2018

Definitely still broken as of: @tinymce/tinymce-react": “^2.2.0” and tinymce.min.js (4.7.9 (2018-02-27))

Another hack you can try is:

div.mce-edit-area {
  padding-right: 1px;
}
2reactions
iionlycommented, Aug 22, 2017

I got it working just now by adding width:auto !important; to .mce-panel class and then also adding width:100% !important; to div.mce-fullscreen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Editor Appearance - TinyMCE
Configure the editor's appearance, including menu and toolbar controls.
Read more >
known bugs and issues list - KLayout Layout Viewer And Editor
File level PROPERTY records are not put right at the beginning of the file; Empty tables are not listed with 0 position; Property...
Read more >
Class Config (CKEDITOR.config) - CKEditor 4 API docs
Stores default configuration settings. Changes to this object are reflected in all editor instances, if not specified otherwise for a particular instance.
Read more >
Retina release notes - Out of the Sandbox
gallery template to ensure proper alt text is added. Bug fix for collection page quick shop back in stock form not removing message...
Read more >
What's new in .NET Framework - Microsoft Learn
NET Framework 4.8 introduces new features in the following areas: ... For more information, see Managed cryptography classes do not throw a ...
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