Maybe some deep rooted QT behavior? Impossible to fix? Very minor, but would improve look :D
Finally someone reported it after I ignored it for many months.
I cannot reproduce it on my wallet. Is this maybe only on windows?
probably only a matter of setting a flag to hide cursor on these text boxes. Still want to have them selectable.
Most annoying thing is text boxes that can't be selected. Web tech is step further, unfortunately.
@TheCharlatan I was able to reproduce this on Windows by clicking at the edge of each text field. I also got this to work in other locations:


[Only these lines shown could get this effect the other lines couldn't]
@TheCharlatan I got this Bug on Linux too, and are currently working on a fix
@Lenni Are you still working on a fix or is it a Qt Bug?
u can sorta do it on ubuntu as well. click and see a cursor and u can move left to right
actually Ive figured out the issue or lack of a setting for the labels. i can fix this
basically we make these labels ourselves in the code and qt has a default for label interaction. They include mouse interaction and keyboard interaction or both(default).
ui->labelBlocks->setTextInteractionFlags(Qt::NoTextInteraction); is what you would want in a line of code and any ui windows made in forms u can set that option under setTextInteraction
will make a pr later
@ifoggz is this still a problem?
i dont know but will look
Most helpful comment
Finally someone reported it after I ignored it for many months.