Page MenuHomePhabricator

Fix two bugs with DraggableList
ClosedPublic

Authored by epriestley on Jan 12 2014, 10:51 PM.
Tags
None
Referenced Files
F18774159: D7939.diff
Thu, Oct 9, 3:34 PM
F18635600: D7939.diff
Sep 17 2025, 2:16 AM
F18106834: D7939.id.diff
Aug 10 2025, 11:27 PM
F18105270: D7939.id17981.diff
Aug 10 2025, 5:20 PM
F18102285: D7939.id17960.diff
Aug 9 2025, 7:42 PM
F18099611: D7939.id.diff
Aug 9 2025, 6:51 AM
F18095853: D7939.diff
Aug 8 2025, 2:51 AM
F17836811: D7939.id17960.diff
Jul 26 2025, 4:34 PM
Subscribers

Details

Summary

Ref T1344. This fixes two issues with DraggableList:

  • In lists which allowed it, you could drag the top item above itself and get a dashed-border ghost item. This didn't make sense and didn't behave well. Just don't treat this operation as valid.
  • In lists which allowed it, you could drag any non-top item to the topmost position, then drag it to an invalid position. The dashed-border ghost item would not be removed properly if this happend.
  • Also fix some minor leftovers with Celerity.
Test Plan
  • Dragged the first item above itself; now an invalid operation with no ghost.
  • Dragged another item to the first position then back to its original position; ghost vanishes.
  • Clean lint.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

webroot/rsrc/js/core/DraggableList.js
162–165

Note this for null vs false trickiness.

I tried to make a good joke about null, but I kept coming up false. (See how bad that was?)