Glitchy Resizing in Logic Pro on macOS Tahoe

Hi, all.

My team is finding that our resizable plugins are not resizing properly in Logic Pro on macOS Tahoe. We think this is most likely not a JUCE issue, but we’re curious if others are experiencing this and if there are any workarounds.

Here’s a video showing the resizing behavior with the AudioPlugin example. The only modification I’ve made is calling setResizable(false, true).


It seems like during mouse drags, we’re getting inconsistent mouse deltas in ResizableCornerComponent::mouseDrag. While dragging the mouse down, the value returned from MouseEvent::getDistanceFromDragStartY is not consistently increasing, and will sporadically jump.

3 Likes

We are facing the same issue with some of our plugins but have not workaround yet. We agree that this is probably something Apple needs to fix in Logic or the OS.

3 Likes

I noticed that too.

2 Likes

Same here. macOS 26.2 + Logic Pro 12.0 still has this problem.

2 Likes

Checking back on this - has anyone figured out a workaround?

Also noticed this. Reported it here along with some other issues:

Also hope for a fix in Logic or Juce

1 Like

Yes, I have also seen the mysterious bottom dead area issue :slight_smile: seems like a dead rectangle area (of which the width is smaller than plugin window). No fix in Logic yet and I don’t think JUCE can fix this. Logic Pro 12.0.1.

1 Like