Does anyone encounter this problem on NY times while using QWebKit?
Hi All, I cannot open the www.nytimes.com correctly on a Qt port of WebKit. Can anyone help to verify or analysis the problem? While open nytimes in Qtlauncher(built with QT4.5, QT4.3.3) or QTDIR/examples/webkit/previewer(webkit integrated in QT 4.3.3), the topmost bar cannnot be rendered. Problem occurs in both Windows Vista and Kubuntu 9.04. Here is the picture: http://lh6.ggpht.com/_7B4pgaO4oRQ/ShlwpU8LuKI/AAAAAAAAALw/WnRC34KnjDY/s912/n... Thanks! _________________________________________________________________ 上Windows Live 中国首页,下载最新版Messenger! http://www.windowslive.cn
I am seeing it too. Firefox 3.5preb4 renders its top bar all fine, fwiw. see http://farm4.static.flickr.com/3638/3560998719_d26d476d73.jpg?v=0 have you tried w/ other webkit ports ? it can be not qt-specific (?) br 2009/5/24 TianShijun <tiansjun@hotmail.com>:
Hi All, I cannot open the www.nytimes.com correctly on a Qt port of WebKit. Can anyone help to verify or analysis the problem?
While open nytimes in Qtlauncher(built with QT4.5, QT4.3.3) or QTDIR/examples/webkit/previewer(webkit integrated in QT 4.3.3), the topmost bar cannnot be rendered. Problem occurs in both Windows Vista and Kubuntu 9.04. Here is the picture: http://lh6.ggpht.com/_7B4pgaO4oRQ/ShlwpU8LuKI/AAAAAAAAALw/WnRC34KnjDY/s912/n...
Thanks!
________________________________ 立即试试微软地图新功能,msn互动浏览! 立刻体验! _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-- --Antonio Gomes
The website is shown correctly in IE8(with JavaScript error), Safari 4 beta, Firefox 3.0.10 too. I have tried other ports, but encountered many building problems. I think it may be a problem of Qt because the official safari works well. The signal mechanism of Qt makes it difficult to debug the problem. I cannot find out who send "FinishLoading" signal to QWebpage.
Date: Sun, 24 May 2009 22:52:29 -0400 Subject: Re: [webkit-dev] Does anyone encounter this problem on NY times while using QWebKit? From: tonikitoo@gmail.com To: tiansjun@hotmail.com CC: webkit-dev@lists.webkit.org
I am seeing it too. Firefox 3.5preb4 renders its top bar all fine, fwiw. see http://farm4.static.flickr.com/3638/3560998719_d26d476d73.jpg?v=0
have you tried w/ other webkit ports ? it can be not qt-specific (?)
br
2009/5/24 TianShijun <tiansjun@hotmail.com>:
Hi All, I cannot open the www.nytimes.com correctly on a Qt port of WebKit. Can anyone help to verify or analysis the problem?
While open nytimes in Qtlauncher(built with QT4.5, QT4.3.3) or QTDIR/examples/webkit/previewer(webkit integrated in QT 4.3.3), the topmost bar cannnot be rendered. Problem occurs in both Windows Vista and Kubuntu 9.04. Here is the picture: http://lh6.ggpht.com/_7B4pgaO4oRQ/ShlwpU8LuKI/AAAAAAAAALw/WnRC34KnjDY/s912/n...
Thanks!
________________________________ 立即试试微软地图新功能,msn互动浏览! 立刻体验! _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-- --Antonio Gomes
_________________________________________________________________ 上Windows Live 中国首页,下载最新版Messenger! http://www.windowslive.cn
On Monday 25 May 2009 05:29:37 TianShijun wrote:
The website is shown correctly in IE8(with JavaScript error), Safari 4 beta, Firefox 3.0.10 too.
I have tried other ports, but encountered many building problems. I think it may be a problem of Qt because the official safari works well. The signal mechanism of Qt makes it difficult to debug the problem. I cannot find out who send "FinishLoading" signal to QWebpage.
What we do in general is we try to come up with a simple HTML page that is illustrating the problem (reduction). Do you think you could come up with such a reduction? z.
Just for the record. I just tried nytimes.com in our Webkit/EFL port (unofficial) and all went fine w/ the supposed problematic top bar. I will working on get a reduced test case for it, and get it properly tracked on bugzilla. br On Mon, May 25, 2009 at 5:44 AM, Holger Freyther <zecke@selfish.org> wrote:
On Monday 25 May 2009 05:29:37 TianShijun wrote:
The website is shown correctly in IE8(with JavaScript error), Safari 4 beta, Firefox 3.0.10 too.
I have tried other ports, but encountered many building problems. I think it may be a problem of Qt because the official safari works well. The signal mechanism of Qt makes it difficult to debug the problem. I cannot find out who send "FinishLoading" signal to QWebpage.
What we do in general is we try to come up with a simple HTML page that is illustrating the problem (reduction). Do you think you could come up with such a reduction?
z. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-- --Antonio Gomes
Does anyone has a glance at this problem? It has been reported as https://bugs.webkit.org/show_bug.cgi?id=26439 It is not easy to debug Qt programs because of the signal-slot mechanism. I don't kown where to setup the breakpoints. From: tiansjun@hotmail.com To: tonikitoo@gmail.com Date: Mon, 25 May 2009 03:29:37 +0000 CC: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Does anyone encounter this problem on NY times while using QWebKit? The website is shown correctly in IE8(with JavaScript error), Safari 4 beta, Firefox 3.0.10 too. I have tried other ports, but encountered many building problems. I think it may be a problem of Qt because the official safari works well. The signal mechanism of Qt makes it difficult to debug the problem. I cannot find out who send "FinishLoading" signal to QWebpage.
Date: Sun, 24 May 2009 22:52:29 -0400 Subject: Re: [webkit-dev] Does anyone encounter this problem on NY times while using QWebKit? From: tonikitoo@gmail.com To: tiansjun@hotmail.com CC: webkit-dev@lists.webkit.org
I am seeing it too. Firefox 3.5preb4 renders its top bar all fine, fwiw. see http://farm4.static.flickr.com/3638/3560998719_d26d476d73.jpg?v=0
have you tried w/ other webkit ports ? it can be not qt-specific (?)
br
2009/5/24 TianShijun <tiansjun@hotmail.com>:< br>> > Hi All,
I cannot open the www.nytimes.com correctly on a Qt port of WebKit. Can anyone help to verify or analysis the problem?
While open nytimes in Qtlauncher(built with QT4.5, QT4.3.3) or QTDIR/examples/webkit/previewer(webkit integrated in QT 4.3.3), the topmost bar cannnot be rendered. Problem occurs in both Windows Vista and Kubuntu 9.04. Here is the picture: http://lh6.ggpht.com/_7B4pgaO4oRQ/ShlwpU8LuKI/AAAAAAAAALw/WnRC34KnjDY/s912/n...
Thanks!
________________________________ 立即试试微软地图新功能,msn互动浏览! 立刻体验! _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-- --Antonio Gomes
立即试试微软地图新功能,msn互动浏览! 立刻体验! _________________________________________________________________ 约会说不清地方?来试试微软地图最新msn互动功能! http://ditu.live.com/?form=TL&swm=1
TianShijun, Hello 用Gtk来调试webkit不是很你好吗? http://hi.baidu.com/zheqiduo/blog/item/90c4fe34380a121991ef39ec.html Yin xiaobing, xiaobing.yin@gmail.com 2009-06-18 ----- Receiving the following content ----- From: TianShijun Receiver: undisclosed-recipients: Time: 2009-06-18, 14:05:42 Subject: Re: [webkit-dev] Does anyone encounter this problem on NY timeswhile using QWebKit? Does anyone has a glance at this problem? It has been reported as https://bugs.webkit.org/show_bug.cgi?id=26439 It is not easy to debug Qt programs because of the signal-slot mechanism. I don't kown where to setup the breakpoints. From: tiansjun@hotmail.com To: tonikitoo@gmail.com Date: Mon, 25 May 2009 03:29:37 +0000 CC: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Does anyone encounter this problem on NY times while using QWebKit? The website is shown correctly in IE8(with JavaScript error), Safari 4 beta, Firefox 3.0.10 too. I have tried other ports, but encountered many building problems. I think it may be a problem of Qt because the official safari works well. The signal mechanism of Qt makes it difficult to debug the problem. I cannot find out who send "FinishLoading" signal to QWebpage.
Date: Sun, 24 May 2009 22:52:29 -0400 Subject: Re: [webkit-dev] Does anyone encounter this problem on NY times while using QWebKit? From: tonikitoo@gmail.com To: tiansjun@hotmail.com CC: webkit-dev@lists.webkit.org
I am seeing it too. Firefox 3.5preb4 renders its top bar all fine, fwiw. see http://farm4.static.flickr.com/3638/3560998719_d26d476d73.jpg?v=0
have you tried w/ other webkit ports ? it can be not qt-specific (?)
br
2009/5/24 TianShijun <tiansjun@hotmail.com>:& lt; br>> > Hi All,
I cannot open the www.nytimes.com correctly on a Qt port of WebKit. Can anyone help to verify or analysis the problem?
While open nytimes in Qtlauncher(built with QT4.5, QT4.3.3) or QTDIR/examples/webkit/previewer(webkit integrated in QT 4.3.3), the topmost bar cannnot be rendered. Problem occurs in both Windows Vista and Kubuntu 9.04. Here is the picture: http://lh6.ggpht.com/_7B4pgaO4oRQ/ShlwpU8LuKI/AAAAAAAAALw/WnRC34KnjDY/s912/n...
Thanks!
________________________________ 立即试试微软地图新功能,msn互动浏览! 立刻体验! _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev< br> > >
-- --Antonio Gomes
立即试试微软地图新功能,msn互动浏览! 立刻体验! 更多热辣资讯尽在新版MSN首页! 立刻访问!
participants (4)
-
Holger Freyther
-
TianShijun
-
tonikitoo (Antonio Gomes)
-
Yin xiaobing