-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: paste buttons should check for the __cp cookie #2296
Comments
Maybe fixed by plone/mockup@9576b3e |
@thet can you confirm this? |
After a few testing, reverting this fix is still possible, it fixes this particular problem |
Unify disabling of buttons by using setting the ``disabled`` DOM property instead using classes. Fixes thememapper button staying disabled all the time.
Thanks for your findings @gp54321! |
@gp54321 @ale-rt @gp54321 You said in your comment plone/mockup@b470e35#commitcomment-29331299 there was another regression in thememapper http://0.0.0.0:8080/Plone/++theme++newtheme/@@theming-controlpanel-mapper about the |
Ah from this screenshot plone/plone.app.theming#86 (comment) we had no Tools dropdown before, so I guess you were talking of the button Build CSS in these old version. |
The Build CSS button was changed from a ButtonView (which I fixed) to an AnchorView in this commit |
Yep, I added a css rule to fix it. plone/mockup#996 fixes all issues now. |
If I go to the
@@folder_contents
view, on Plone 5.0.8 the paste button is disable until I copy something:On Plone 5.1rc2 the button is always enabled:
The text was updated successfully, but these errors were encountered: