Skip to content

[BUG] [Regression] Tag pill style became ineffective in edit mode after 5.3.3 #8737

Open
@CodaCodr

Description

@CodaCodr

Describe the bug

Somewhere after 5.3.3, styles applied to tags stopped being applied to tags on tiddlers in edit mode.

5.3.5 (tw .com) (FAIL)

ee101b0083f2ee257b0a401ade0703f757d5875e

5.3.6pre (FAIL)

9dfae238c2398dee2550eda58d15cf3767f01d78

Expected behavior

https://tiddlywiki.com/archive/full/TiddlyWiki-5.3.3 (PASS)

f88a5f3dc8493b8f678978d1f30d14be71f01a89

To Reproduce

Add a color field with value: "my-tag".

The CSS style for testing:

span.tc-tag-label[style*='my-tag'] {
  border:1px solid #08c;
  background-color:white;
  color:#08f !important;
  font-size:1rem;
  font-weight:bold;
}

Screenshots

No response

TiddlyWiki Configuration

Win10, Firefox latest, Chromium latest.

Additional context

No response

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