WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

Home Page:https://imhex.werwolv.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Nightly - text cursor is invisible in a pattern editor

galkinvv opened this issue · comments

Operating System

Linux

What's the issue you encountered?

Invisible cursor in the pattern editor

How can the issue be reproduced?

  • open any file in a hex editor
  • switch to pattern editor
  • Result: the editing can be performed, but the text cursor is invisible. I have a deafult dark theme, never changed any colors

The problem is nightly-specific, latest Release 1.33.2 works fine. However it already present in nightlies for several weeks by now, not only in latest build.

ImHex Version

1.33.0 master@ef99e9d

ImHex Build Type

  • Nightly or built from sources

Installation type

Installed from nightly artifacts ubuntu 23.04 deb on a debian unstable.

Additional context?

No response

Can confirm this happened on Windows when I built latest master branch today

I am using a master nightly (1.33.0) from April 27 and the cursor is displayed fine. I suspect that this bug occurs because there are two systems that check for focus and both work on windows but using both doesn't work on Linux and on Web builds.

Seems to be fixed by 10351c5 - I have cursor ok with .deb Ubuntu 22.04 build from last nightly - https://github.com/WerWolv/ImHex/actions/runs/9009032110

This was nightly-only bug never presented in tagged release, so closing it.