[Webkit-unassigned] [Bug 29552] [Qt] API: Make it possible to customize the DND behaviour of QWebView/QWebPage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 11:21:10 PDT 2011


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





--- Comment #3 from Antonio Gomes <tonikitoo at webkit.org>  2011-03-16 11:21:11 PST ---
(From update of attachment 85938)
View in context: https://bugs.webkit.org/attachment.cgi?id=85938&action=review

It will probably not build on mac.

> Source/WebCore/ChangeLog:8
> +        Added new flag with which the user can enable/disable Drop feature.

drop = drag and drop?

> Source/WebCore/page/Settings.cpp:540
> +void Settings::setDropActionEnabled(bool dropActionEnabled)
> +{
> +    m_dropActionEnabled = dropActionEnabled;
> +}
> +

you should initialize m_dropActionEnabled in the ctor initialization list.

-- 
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