WIP: Can't Edit Interactions in V2.01

Browser: Chrome 138
OS: Windows 11
URL: Staging Partners – La Monarca Residences

Issue with Editing Interactions after Update V2.01 Since updating to V2.01, editing interactions is no longer possible.

  • Adding or duplicating interactions still works as expected
  • Editing functionality worked fine in V2.0
  • Confirmed the issue across multiple sites built with Bricks

Check multiple sites developed by bricks and got same issues.

I can replicate this also. (testing in chrome) clicking an existing interaction no longer opens it up it only allows for editing the interaction’s title.

There’s a magic spot to the left and right of the label that you can click. It’s been reported already though and they’ve fixed it but for some reason it never made it into the published 2.0.1

2 Likes

Hi guys,
As @Pete already mentioned, it works like this, but we already noticed it’s not optimal:

CleanShot 2025-07-31 at 10.12.34

This is how it already works in our development version, so it should be included in the next version:

CleanShot 2025-07-30 at 10.41.47

I’ll add this report to the existing task and let you know once it’s included :v:

1 Like

It cannot be edited on iPad Pro either. Note: Conditions, on the other hand, work perfectly on iPad Pro.

What browser are you using? I just tested in Chrome on a regular iPad, and it works tapping somewhere around here:

image

However, the Builder is not designed for touch, but primarily for desktop devices.

1 Like

@timmse I use Chrome on iPad Pro with iOS 18.6 and you have right, on the left I can open it. But as you say before, is it only a very small tapping area… :v:

Might be too late to change, but i think ideally it would behave the same as the elements in the structure panel. Two clicks for editing the text. Then dragging/opening will work as before and be easier than trying to navigate around the outside of the text.

Even when it’s above/below/left/right as in your gif, it’s still quite a tiny space. Most of the time people will be opening, not renaming. I vote for two clicks to rename :grinning:

8 Likes

The suggestion by wplit makes sense.

This is the best approach :+1:

100% this. This is an element I almost always need to open and almost never want to rename. Why would it be easy to rename, but hard to open. It is completely backwards.

Thanks so much David! I referred to your suggestion in the task. Fingers crossed :crossed_fingers:

2 Likes

For the time being, you can use this when you set the Builder mode to “Custom”.

/* Fix Interaction Title Width */
.bricks-sortable-handle.sortable-title input{
width: auto;
}