Firefox: New Section added has no paddings

Hi!

Not sure if this is just me.

When I add a new Section in Firefox, it comes with no padding and and the Padding controls are not responding. The same Page works normally in Chrome when doing the same.

This is from the Firefox Console:

JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:552
unreachable code after return statement
2 cs-vendor.js:1794
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features! pro
MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead. tinymce.min.js:2:9046
undefined 2 cs.js:2132:9
Saving Content 
Object { redux: {…}, i18n: {}, store: {…}, _internalModel: {…}, currentState: {…}, isError: false, adapterError: null, __OVERRIDE_OWNER__ember1564181833629972283377362__: {…}, _super: g()
, responsiveTextItems: [] }
cs.js:1315:105
undefined cs.js:2132:9
Unable to render unknown control type 
Object { props: {…}, context: {}, refs: {}, updater: {…}, _reactInternalFiber: {…}, state: null }
cs.js:2963:191
Unable to render unknown control type 
Object { props: {…}, context: {}, refs: {}, updater: {…}, _reactInternalFiber: {…}, state: null }
cs.js:2963:191
Unable to render unknown control type 
Object { props: {…}, context: {}, refs: {}, updater: {…}, _reactInternalFiber: {…}, state: null }
cs.js:2963:191
Unable to render unknown control type 
Object { props: {…}, context: {}, refs: {}, updater: {…}, _reactInternalFiber: {…}, state: null }
cs.js:2963:191
Saving Content 
Object { redux: {…}, i18n: {}, store: {…}, _internalModel: {…}, currentState: {…}, isError: false, adapterError: null, __OVERRIDE_OWNER__ember1564181833629972283377362__: {…}, _super: g()
, responsiveTextItems: [] }
cs.js:1315:105
TypeError: this.unbindShortcuts is not a function
cs.js:278:259
undefined cs.js:2132:9
JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js:2:552
MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead. tinymce.min.js:2:9046
unreachable code after return statement

Hi Misho,

Is it possible that you have Advanced mode turned off? This would hide the padding control. I’ve tested in Chrome + Firefox and wasn’t able to reproduce this.

This error: Unable to render unknown control type most likely has to do with a call to cs_control function that was passed incorrect parameters after our Element API refactor. I found a problem in the Alert element and fixed it. If you see any other errors of that nature let me know what elements you recently inspected and I can check their code. I don’t see any other mis-uses of cs_control but the other possibility is a typo in a control mapping.

1 Like

Hi Alex!

No the Advanced mode was turned on. Let me try again…

Ok, right now I cannot replicate the issue. If I run to it again, I’ll let you know!

Thanks!

Sounds good!