theInternauts / post-it-notes

experiments with DOM manipulation, OO JS, and data models
6 stars 0 forks source link

An attempted drag of a post inside a group causes erratic position shifts. #7

Open theInternauts opened 10 years ago

theInternauts commented 10 years ago

State: a post group exists with multiple posts rendered in its container

When dragging a post that's already inside the group the posts AND the group's DOMs behaves oddly. The positioning of the posts and the group changes after the post is dropped

It's probably another imprecise CSS elector that triggers handlers there weren't designed to take this scenario into account and/or that select the wrong models for update.