[Webkit-unassigned] [Bug 49200] [Qt] bugs in Composition mode for QWebPage::inputMethodEvent & inputMethodQuery()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 07:22:20 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49200


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73374|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #4 from Andreas Kling <kling at webkit.org>  2010-11-09 07:22:20 PST ---
(From update of attachment 73374)
View in context: https://bugs.webkit.org/attachment.cgi?id=73374&action=review

Oops,

> WebKitTools/ChangeLog:6
> +        [Qt][QtTestBrowser] Don't erase incorrect url in the Url Bar
> +        https://bugs.webkit.org/show_bug.cgi?id=49047

This stuff belongs to another bug report :)

> WebKitTools/QtTestBrowser/mainwindow.cpp:119
> -    urlEdit->setText(url.toString(QUrl::RemoveUserInfo));
> +    setAddressUrl(url.toString(QUrl::RemoveUserInfo));

Ditto.

> WebKitTools/QtTestBrowser/mainwindow.cpp:125
> -    urlEdit->setText(url);
> +    if (!url.contains("about:"))
> +        urlEdit->setText(url);

Ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list