[webkit-dev] Edit box can't input QtWebKit under Linux

2007-11-08 Thread william lee
I build the QtWebKit latest version. When browsing pages, like www.google.com, I tried to input something in that search box. But I can only input one character, then the INPUT seems not working any more, no matter i refresh the page or link to other pages. I debug the code, found EditorClientQt.c

[webkit-dev] QtWebKit build failed

2007-11-08 Thread william lee
../../../WebKit/qt/Api/qwebsettings.cpp:179: error: 'class QList' has no member named 'removeOne' removeOne has been added into QList in Trunk code, prepare for Qt4.4. The currrent released Qt4.3 don't have this member function. All of us are supposed to update Qt with Trunk? We bought a commerc

[webkit-dev] QtWebKit fonts displayed inappropriate?

2007-10-24 Thread william lee
hi all, The current QWebKit(trunk) display web pages in a weird font on my Linux box, while Firefox and KHTML(kde3.94) display it without any problem. The chararcters are really small and thin, not according to CSS designed. Does anyone else have the same issue? If I want to work on this,

Re: [webkit-dev] Webkit-QT and DOM

2007-09-15 Thread william lee
Really helpful Thanks Adam, I will have a try. On 9/15/07, Adam Treat <[EMAIL PROTECTED]> wrote: > On Saturday 15 September 2007, william lee wrote: > > And also the API or signal to handle before navigate to somewhere. > > This is really useful, to check something before n

Re: [webkit-dev] Webkit-QT and DOM

2007-09-15 Thread william lee
And also the API or signal to handle before navigate to somewhere. This is really useful, to check something before navigate. I can't find it. On 9/14/07, Adam Treat <[EMAIL PROTECTED]> wrote: > On Friday 14 September 2007, [EMAIL PROTECTED] wrote: > > Hello, > > > > I am using Webkit-QT under Win