#9339 closed feature (fixed)
Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow
Reported by: | mikesherov | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.4 |
Component: | ui.droppable | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|---|
Status: | new → open |
Type: | bug → feature |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 9 years ago by
Droppable: Defer querying of offsetWidth and offsetHeight until they're required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow. (cherry picked from commit a4fc7a9e9664d44d65b971c90a0cad82e1e79344)
Changeset: 0ab1e16ad9eae6b030e7f569973787664760e8e6
comment:4 Changed 9 years ago by
Milestone: | 1.11.0 → 1.10.4 |
---|
Note: See
TracTickets for help on using
tickets.
Droppable: Defer querying of offsetWidth and offsetHeight until they're required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow.