Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Link Property Bug

Дата публикации: 18-09-2026 03:21:24

Hello @ehsdappdev,
By default, HTML does not allow nesting an <a> tag inside another <a> tag. Cornerstone’s Link option wraps the entire element in <a href="...">...</a>; if you then unintentionally add another link inside that same Headline’s content, you end up with an anchor nested inside an anchor, which breaks the element’s output. This is not a caching or CSS problem — it’s a browser HTML-parsing issue. When the browser’s parser hits the invalid nesting, it repairs it on the fly by closing the outer <a> early and re-opening a new copy of it (same href/class) after every subsequent element boundary. That’s why your output shows the same href duplicated across three empty <a> tags at each nesting level, and why the inner text gets split into separate linked fragments that are left outside any link. The wrapper classes that the compiled TSS styling targets no longer sit on a single intact element, so the styling and positioning are lost.
As a workaround until this is addressed at the builder level: don’t combine the element’s Link option with an inline link inside the same element’s Rich Text content. Move the inner link to a separate text element outside the linked wrapper, or drop the outer Link option and link only the specific text runs you need.
Best Regards.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Link Property Bug03.617-09-2026
2Class specific to cornerstone editor033.1818-09-2026
3Cornerstone editor making the page taller than the editor06.6617-09-2026
4Class specific to cornerstone editor05.3318-09-2026
5Accessibility regression after update — <ul class="x-menu"> has role="navigation" causing Lighthouse list errors010.7518-09-2026
6Class specific to cornerstone editor06.6218-09-2026
7Assymetrical Curved Background Image015.118-09-2026
8Iframe error, can't edit page0712-07-2026
9API Feed updates every few minutes, need to bust cornerstone builder's page cache04.7219-09-2026
10Cornerstone can't load because of social media link?!-5227-06-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 7.1. Источник: theme.co.