-
Notifications
You must be signed in to change notification settings - Fork 36.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitcoin 0.5 rc3: black popup window when hover recent transactions #613
Comments
Confirmed -- I've also seen this, it happens on Linux in some cases but not The black box is a tooltip that somehow doesn't render succesfully. Might be Qt related or some problem in the rendering in overviewpage.cpp |
I usually get the black rectangle when i hover over that area, but today I noticed that if I hover over the 'unconfirmed' number to the left and then quickly move to the right, I get a pattern of random-looking coloured dots, rather than solid black. I can almost make out what the tooltip says through the dots. So this isn't just a CSS issue setting foreground and background to the same colour; it's seems to be a memory corruption issue, which is significantly worse. I would include screenshots, but someone would find a way of decoding the 'random' dots to read my private keys. :) |
Confirmed on Gentoo. |
#653 fixes this issue |
[Backport to Release PR#568] bug fix min-xthin-nodes
52ef283 Improve the fedpeg test with extra double claim tests (Steven Roose) 48a82fa Make claimpegin fail in the case of a double claim (Steven Roose) af22646 Prevent pegin double spends from entering the mempool (Steven Roose) 50c5570 Report IsValidPeginWitness error message (Steven Roose) Pull request description: Fixes bitcoin#612 and bitcoin#613. - prevents a double claim from entering mempool - makes `claimpegin` throw an exception when trying to double claim a pegin - check the last commit message on all the extra cases that are tested. Tree-SHA512: dd9602cd4bc78a3e8f7a6b566f881ede09dba54900425348c1eb528268a3e869416e3c9ca97c1a8da4d120875ef59c4e21a857256312ce77e06b7b6ae04abf92
changed git clone to HTTPS
See the screenshot uploaded here: http://imageshack.us/photo/my-images/155/capturadetelagw.png/
Tested on:
Os: Debian Wheezy 64
Bitcoin: 0.5 rc3
The text was updated successfully, but these errors were encountered: