You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Links in paragraph blocks point to the wrong place in some cases when text is placed between said paragraph blocks and inconsistent spacing is used.
Specifically, if I use three paragraph blocks, each containing links, and place text between the first two paragraph blocks (with no blank lines between [/p] or [p] and the text), the links in the third paragraph block function as the links in the first, following the same order that they were presented in the first.
This issue goes away if there is a blank line before and after the text that occurs between paragraph blocks. It also goes away if there is no spacing between the second and third paragraph blocks.
In this example, the link labelled "yahoo" points to https://google.com when the page is built.
Expected behavior
Links point to the url provided with the link, regardless of spacing between text and paragraph blocks. Alternatively, documentation specifies what spacing between code should be to prevent issues if misbehavior is expected to result from inconsistent spacing.
Desktop (please complete the following information):
OS: Windows 10
Browser: Firefox
Version: Idyll version 4.12.0 (Also detected in 4.10.3)
Additional context
Putting a blank line after text following the first paragraph block, but no blank line before the text, causes the second paragraph's links to misbehave instead of the third's. If the misbehaving paragraph block has more links than the first, the first so many links will misbehave but any "extra" links will function as normal.
The text was updated successfully, but these errors were encountered:
Describe the bug
Links in paragraph blocks point to the wrong place in some cases when text is placed between said paragraph blocks and inconsistent spacing is used.
Specifically, if I use three paragraph blocks, each containing links, and place text between the first two paragraph blocks (with no blank lines between
[/p]
or[p]
and the text), the links in the third paragraph block function as the links in the first, following the same order that they were presented in the first.This issue goes away if there is a blank line before and after the text that occurs between paragraph blocks. It also goes away if there is no spacing between the second and third paragraph blocks.
To Reproduce
An example that produces this bug:
In this example, the link labelled "yahoo" points to https://google.com when the page is built.
Expected behavior
Links point to the url provided with the link, regardless of spacing between text and paragraph blocks. Alternatively, documentation specifies what spacing between code should be to prevent issues if misbehavior is expected to result from inconsistent spacing.
Desktop (please complete the following information):
Additional context
Putting a blank line after text following the first paragraph block, but no blank line before the text, causes the second paragraph's links to misbehave instead of the third's. If the misbehaving paragraph block has more links than the first, the first so many links will misbehave but any "extra" links will function as normal.
The text was updated successfully, but these errors were encountered: