The current selectors for elements that are editable by Outside In in outside_in.motion.css are not scoped to apply only when Outside In is enabled (in edit mode).
As a result, these rules are always applied which makes things like drag and drop using Panels IPE extremely slow. This patch simply scopes the selectors down so that they only apply when Outside In is enabled, which makes sense as this is the only time the hover styles for Block Plugins are applied.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | outside-in-motion-scope-block-selectors.patch-reupload.patch | 758 bytes | tedbow |
| outside-in-motion-scope-block-selectors.patch | 758 bytes | samuel.mortenson |
Comments
Comment #2
tedbowThis looks good. Tested it. Small change. So RTBC
Comment #4
tedbowStrange non-related test error. Re-testing
Comment #5
joelpittetTestbot failure, resetting status due to https://www.drupal.org/node/2828045
Comment #7
tkoleary commentedComment #9
tedbowSomething is stuck with the testbot. Reuploading @samuel.mortenson's patch
Comment #10
tedbowSetting back to RTBC as this is the same patch as that was RTBC'ed on #2
Comment #11
alexpottCommitted and pushed 2c0f882 to 8.3.x and b66cc86 to 8.2.x. Thanks!
This ain't a feature :)
Comment #15
tedbowChanging to new settings_tray.module component. @drpal thanks for script help! :)