Zend certified PHP/Magento developer

magento 2.4.3 reorder from backend loses shipping information

I have a magento 2.4.4-p2 instance where reorder from backend works this way:

  • I open the order detail page
  • click on reorder
  • the order form is already pre-filled with the original order
    This is what I expect.

However, I have a magento 2.4.3-p3 instance where reorder doesn’t pre-fill the shipping information. Instead, the “same as billing” checkbox is selected by default.

Moreover, if I uncheck it, the shipping address dropdown gets automatically the correct shipping address but if I scroll down the form, the fields of the shipping address have not been updated and instead have kept the same values of the billing address. I have to open the dropdown, select another address and then re-select the correct shipping address in order to have the shipping form showing the right value.

Is this a known bug of this version fo magento?
I’ve looked at magento github but found nothing regarding this issue.

Is there a way to solve it (that doesn’t involve upgrading magento)?