UI Error when moving build order from blacksmith queue

Summary:
When changing amount of ingots produced and moving them, I got a double UI error. Namely, the backtraces were:

release-524 (x64)
Uncaught TypeError: Cannot read property ‘appendChild’ of undefined
TypeError: Cannot read property ‘appendChild’ of undefined
at .widget._createHelper (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:4887:79) at null._createHelper (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:401:25) at .widget._mouseStart (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:4142:22)
at null._mouseStart (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:401:25)
at $.widget._mouseMove (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:938:11)
at null._mouseMove (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:401:25)
at HTMLDocument._mouseMoveDelegate (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:910:16)
at HTMLDocument.jQuery.event.dispatch (http://radiant/stonehearth/ui/root/js/libs/jquery-1.10.2.js:5095:9)
at HTMLDocument.elemData.handle (http://radiant/stonehearth/ui/root/js/libs/jquery-1.10.2.js:4766:46)

And:

release-524 (x64)
Uncaught TypeError: Cannot read property ‘appendChild’ of undefined
TypeError: Cannot read property ‘appendChild’ of undefined
at .widget._createHelper (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:4887:79) at null._createHelper (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:401:25) at .widget._mouseStart (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:4142:22)
at null._mouseStart (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:401:25)
at $.widget._mouseMove (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:938:11)
at null._mouseMove (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:401:25)
at HTMLDocument._mouseMoveDelegate (http://radiant/stonehearth/ui/root/js/libs/jquery-ui-1.10.3.js:910:16)
at HTMLDocument.jQuery.event.dispatch (http://radiant/stonehearth/ui/root/js/libs/jquery-1.10.2.js:5095:9)
at HTMLDocument.elemData.handle (http://radiant/stonehearth/ui/root/js/libs/jquery-1.10.2.js:4766:46)

They both showed up at the same time.

Steps to reproduce:

I did not manage to reproduce the issue following these steps, but at the time, what I did was:

  1. I was scheduled to maintain 3 steel ingots in stock.
  2. I clicked that order, changed it to maintain 5 ingots instead and clicked craft again
  3. I moved the old order to the trash
  4. I tried to move the new order up, which triggered it.

Attachments:

Version Number and Mods in use:
I’m running release-524 (x64) and no mods

A post was merged into an existing topic: Uncaught TypeError: Cannot read property ‘appendChild’ of undefined