Qt4-preview-feedback Archive, February 2008
WebKit observations/questions in 4.4 Beta1
Message 1 in thread
Hi, here are some observations I made using the browser demo
in QT4.4 Beta1 VC2005:
- I could not get XSLT to work in the browser, is it supposed to?
- I did not see any effect of @media or @page in CSS. I do not even know
if Webkit supports this should it work? Should @media print work when
printing a docoment with QT? I hope it should!
- Is there a signal like docmentEdited() in QWebPage? If not, I want to
have it! :-) Or even better documentEdited(QString id, QString
content), passing the id of the element with the contenteditable
attribute and the modified content.
- Doubleclicking anywhere in the QWebView seems to select the first
word in the document.
- Create an editable span in an HTML document:
<span contenteditable="true">Test</span>
In the QWebView, select the entire content of the span and press any
key, e.g. 'A'. Instead of having an 'A' as the content the entire span
disappears and it is no longer possible to enter any text.
Apart from this my first impressions were quite good, this has great
potential!
Martin
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx