-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
questionFurther information is requestedFurther information is requested
Description
@e-oj:
When using BrowserSync, extra styles are injected by it after the JavaScript ran
(vanilla document ready used).
This means Magic-Grid would distribute the items as they are unstyled,
then, when the extra styles are injected by BrowserSync, the items are not re-distributed and
with their new styles and dimensions are now incorrectly placed and overlap.
Static mode is used, the items don't change on DOM-level.
Ideally Magic-Grid can use a MutationObserver for redistributing on changes to the items,
even static ones, so this kind of issue is fixed at its cause.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested