Dialog height not controllable in PS 25.11?

Hi all, just wondering if any of you have seen any issues with setting modal dialog height in PS 25.11?

I’m seeing the height field ignored in uxpShowModal calls, and resizeTo being a bit flaky.

      const res = await tbDialog.uxpShowModal({
        title: 'SlideMaker',
        resize: 'none',
        size: {
          width: 960,
          height: dialogHt()
        }
      });

They are both fine in 24.2, 25.9.1 and the current beta (I can’t see 25.10 on the available versions to download)

I don’t think height ever worked. I only know it is calculated from its content height and then you cannot change it. Or am I wrong?

I remember reading something along those lines a while back, but it’s been working solidly for me in 24.2 and later.

But, having tested every way I could think of yesterday and it failing in 25.11, I came back to it today and now it’s working.

The only thing I can think of is that something odd happened in the update from 25.10 to 25.11, and that installing 25.9.1 and then re-upgrading 25.9.1 fixed it.

I don’t know if it matters that I’m on 64-bit Windows 11, BTW.

Sorry for wasting people’s time.