plone / plonetheme.barceloneta

The default theme for Plone Classic UI
https://pypi.python.org/pypi/plonetheme.barceloneta
19 stars 41 forks source link

Odd behavior with TinyMCE — insert link, then the modal backdrop remains #310

Closed Rudd-O closed 1 year ago

Rudd-O commented 1 year ago

I'm using the latest beta Barceloneta, and I've noticed that when I add a link using TinyMCE's add link button, after hitting OK, the modal backdrop persists and I can only continue editing the content item if I use the Web inspector to remove the modal backdrop div.

This happens on Firefox desktop.

petschki commented 1 year ago

Is this still the case? Could you please test this on 6-classic.demo.plone.org ?

Rudd-O commented 1 year ago

Nope, I don't see that problem there. Please don't close the ticket — let's start a dialog here. I am running the beta 3 Plone from the container release. What version Plone is the demo site using?

petschki commented 1 year ago

It uses buildout.coredev versions and checkouts. There's also a new 6.0.0rc1 release out. Should be fixed with that.

Rudd-O commented 1 year ago

I will try rc1. Thank you!

Rudd-O commented 1 year ago

Ah sh*t there is no rc3 container release.

Rudd-O commented 1 year ago

OK got the container. Reporting that RC3 with both my custom theme AND Barceloneta-as-shipped has this problem too. A brand new vanilla classic Plone site has this problem too!

Requesting next steps to debug this issue, because Plone 6 should not go to GA with it.

Rudd-O commented 1 year ago

Excellent news. I have discovered that the problem was a Firefox extension called Autoscrolling. I killed it, and now everything works perfectly.

I did this after running locally from buildout and experiencing the same issue no matter what combo of eggs and options I tried. Sigh.