Skip to content

0.94.0: Unable to select text in owned attributes #5759

Closed
TriliumNext/Notes
#2100
@hulmgulm

Description

@hulmgulm
Contributor

Description

I cannot select text in owned attributes editor anymore. Neither with the mouse nor with the keyboard (e.g. Ctrl-A to select all). No text gets selected.

TriliumNext Version

0.94.0

What operating system are you using?

Windows

What is your setup?

Local + server sync

Operating System Version

Win 11

Error logs

No response

Activity

added theissue type on Jun 2, 2025
self-assigned this
on Jun 2, 2025
SiriusXT

SiriusXT commented on Jun 2, 2025

@SiriusXT
Member

You can temporarily switch to the "Next theme" as a workaround.
I’ll fix it soon.

hulmgulm

hulmgulm commented on Jun 2, 2025

@hulmgulm
ContributorAuthor

This is theme related? I use my own theme. Can you tell me what I need to change to make it working again?

SiriusXT

SiriusXT commented on Jun 2, 2025

@SiriusXT
Member

Please temporarily add the following line to your theme:

html {
    --selection-background-color: #3399FF70 !important;
}

You can remove it in the next version.

hulmgulm

hulmgulm commented on Jun 2, 2025

@hulmgulm
ContributorAuthor

Thank you, this works. This also lead me to notice, that text selection in the editor is not shown either, which is the same issue.

yllekz

yllekz commented on Jun 2, 2025

@yllekz

Switching themes fixed the highlighting issues across the entire interface for me as well. Default themes might need a touchup.

Disentimes

Disentimes commented on Jun 3, 2025

@Disentimes

Thanks. Switched to "next" theme, and it worked, I can live with that, but I miss my dear beautiful "Steel Blue" theme. hope it get fixed soon.

SiriusXT

SiriusXT commented on Jun 3, 2025

@SiriusXT
Member

Thanks. Switched to "next" theme, and it worked, I can live with that, but I miss my dear beautiful "Steel Blue" theme. hope it get fixed soon.

@Disentimes You can temporarily add the following line to your theme to fix the issue:

html {
    --selection-background-color: #3399FF70 !important;
}

You can remove it in the next version.

added theissue type on Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @hulmgulm@yllekz@SiriusXT@Disentimes

    Issue actions

      0.94.0: Unable to select text in owned attributes · Issue #5759 · TriliumNext/Trilium