onsubmit / CraftClicker2

No longer in active development.
http://onsubmit.github.io/CraftClicker2/
4 stars 1 forks source link

Items should stack while dragging them to the crafting grid. #16

Closed onsubmit closed 9 years ago

onsubmit commented 9 years ago
  1. Drag 1 Wood to the crafting grid.
  2. Check "Drag stacks" checkbox
  3. Drag 5 Wood to the crafting grid.

Expected: 6 Wood in crafting grid, 0 in inventory. Actual: 5 Wood in crafting grid, 1 in inventory. The items just swapped placed.

onsubmit commented 9 years ago

Fixed in above commit.

onsubmit commented 9 years ago

The fix does not work in IE.

onsubmit commented 9 years ago

Was broken because document.getElementsByClassName() is case sensitive in IE and I had accidentally entered the class name in lowercase.