Page MenuHomePhabricator

Fix some off-by-one issues when drag-and-dropping dashboard panels
ClosedPublic

Authored by epriestley on Jun 16 2014, 3:28 PM.
Tags
None
Referenced Files
F14038757: D9573.diff
Mon, Nov 11, 1:55 AM
F14022822: D9573.diff
Wed, Nov 6, 8:00 PM
F14004707: D9573.diff
Sun, Oct 27, 1:28 AM
F13985138: D9573.id.diff
Sun, Oct 20, 6:15 PM
F13979692: D9573.id22940.diff
Sat, Oct 19, 5:55 AM
F13979667: D9573.id22940.diff
Sat, Oct 19, 5:46 AM
F13979223: D9573.id.diff
Sat, Oct 19, 3:24 AM
F13978804: D9573.id22942.diff
Sat, Oct 19, 1:03 AM
Subscribers

Details

Summary

Fixes T5321. There were a couple of off-by-one issues here which could result in inserts into the wrong position.

Test Plan
  • Dragged panels to the top, bottom, and first position of columns.
  • Dragged panels from one column to another.
  • Reloaded the page after drags, things stayed where I put them.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Fix some off-by-one issues when drag-and-dropping dashboard panels.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 16 2014, 3:41 PM
epriestley updated this revision to Diff 22942.

Closed by commit rP5f52f1f82cac (authored by @epriestley).