Bug#773451: libqtcore4:amd64: QRectF.setTop() and co do not play nicely with non-numbers (NaN and INF)

2014-12-19 Thread Lisandro Damián Nicanor Pérez Meyer
tag 773451 wontfix thanks On Thursday 18 December 2014 15:27:39 Vincent Fourmond wrote: > Package: libqtcore4 > Version: 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 > Severity: normal [snip] > However, this is very confusing at best... Looking at the > documentation, calling moveTop and then setBottom ma

Bug#773451: libqtcore4:amd64: QRectF.setTop() and co do not play nicely with non-numbers (NaN and INF)

2014-12-18 Thread Vincent Fourmond
Package: libqtcore4 Version: 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 Severity: normal Hello, I've been hit by a bug where I have essentially this: (ret is QRectF) ret.setTop(0.1); ret.setBottom(-0.1); o << "Fxd: " << ret.height() << " -> " << ret.top() << " | " << ret.bottom() <<