Bug Report - Column Link attributes (target, aria-label) not updating after copy/paste

Hello Support Team,

I am writing to report a bug. When a section containing a hyperlink is duplicated, some of the link's attributes fail to update correctly.

Steps to Reproduce:

> Copy a section that contains a column with a hyperlink.
> In the new (copied) section, edit the hyperlink.
> Change the URL, the aria-label, and set the target to open in the "same window".

Expected Behavior:
The new link should have the updated URL, the new aria-label, and open in the same window (target="_self").

Actual Behavior:
> The link's URL (href) is correct.
> The link incorrectly still opens in a new window.
> The aria-label is incorrect and has not been updated.

From inspecting the source code, it appears the editor is incorrectly duplicating the tag. A new link is created with the updated URL, but the original link—with its old target and aria-label—is not being properly replaced. Please see the attached screenshot.

I have already tried using the 'Delete Content' and 'Reset Style' functions, but the issue persists. The only workaround I've found is to delete the copied column and rebuild it from scratch.

Best regards,

Replies are visible only to logged in members with an active subscription.