Re: [PyQt] Bug in QWebKit?...

2012-01-13 Thread Kovid Goyal
On Fri, Jan 13, 2012 at 09:34:42AM +0100, Andreas Pakulat wrote: Well, determining coordinates and height/width for elements is a completely different story than fetching a static attribute from a static element in a static page. The point is that I have found that properties that can be

Re: [PyQt] Bug in QWebKit?...

2012-01-13 Thread Andreas Pakulat
On 13.01.12 14:23:02, Kovid Goyal wrote: On Fri, Jan 13, 2012 at 09:34:42AM +0100, Andreas Pakulat wrote: Well, determining coordinates and height/width for elements is a completely different story than fetching a static attribute from a static element in a static page. The point is that

Re: [PyQt] Bug in QWebKit?...

2012-01-13 Thread Kovid Goyal
On Fri, Jan 13, 2012 at 10:32:02AM +0100, Andreas Pakulat wrote: Maybe I didn't read your code close enough, but it merely looked like a case where different page-contents influence a given attribute in different ways. So the code tries to determine which attribute is best used for height.

Re: [PyQt] Bug in QWebKit?...

2012-01-13 Thread James Polk
A great Thank You to Andreas and Kovid for both of your expert-level feedback on this... Since Andrea suggest the bug may be in Qt,...I will post to that forum as well... but think I might wait a day or so to hear what others may say and weigh-in with their expertise before propagating to

Re: [PyQt] Bug in QWebKit?...

2012-01-12 Thread Andreas Pakulat
On 12.01.12 16:28:17, James Polk wrote: Greetings All, We've uncovered what appears to be a very unfortunate bug in QWebKit... If it is indeed a bug, we can't tell _where_ the bug is originating from.. ..is it a Qt-bug? PyQt? We're on Qt 4.7,..could it be fixed in 4.8? (Env info below)