Gridcoin-research: Cursor stuck if clicking on numbers

Created on 4 Mar 2018  路  14Comments  路  Source: gridcoin-community/Gridcoin-Research

cursorstuck

Maybe some deep rooted QT behavior? Impossible to fix? Very minor, but would improve look :D

bug

Most helpful comment

Finally someone reported it after I ignored it for many months.

All 14 comments

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:

1235678

2345678987456789

[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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Penumbra69 picture Penumbra69  路  6Comments

grctest picture grctest  路  6Comments

Erkan-Yilmaz picture Erkan-Yilmaz  路  3Comments

michalkania picture michalkania  路  5Comments

iFoggz picture iFoggz  路  4Comments