Skip to content

[Bug] content tagged $:/tags/BelowStory appears in the wrong position when $:/view is set to zoomin #9699

@nemothorx

Description

@nemothorx

content tagged $:/tags/BelowStory do not appear in the correct position when story view is set to "zoomin"

It instead appears at the top of the story river (below any content tagged $:/tags/AboveStory) and is covered by the visible tid

Expected behaviour is that it appear below the visible tid.

I have tested this on 5.3.8 (empty.html), and 5.4.0-prerelease (at https://tiddlywiki.com/prerelease/) and behavior is the same on both, in both latest firefox and chromium (under linux). Also tested firefox under macos.

Minimal tiddlers.json that can be dragged to test
`
[
{
"created": "20260226143838651",
"text": "this content is below the story river",
"tags": "$:/tags/BelowStory zoominbug",
"title": "bottom",
"modified": "20260226144036478"
},
{
"created": "20260226143800446",
"text": "this content is above the story river",
"tags": "$:/tags/AboveStory zoominbug",
"title": "top",
"modified": "20260226144028399"
},
{
"created": "20260226150421507",
"title": "$:/view",
"text": "zoomin",
"modified": "20260226150421507"
}
]

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions