[Webkit-unassigned] [Bug 139443] [GTK] Add API to set the web view editable into WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 02:59:41 PST 2015


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

--- Comment #16 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #15)
> (In reply to comment #14)
> > > Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebViewEditor.cpp:237
> > > +    g_assert(test->isEditable());
> > > +    test->setEditable(false);
> > > +    g_assert(!test->isEditable());
> > 
> > The WebView is destroyed when the test finishes so we don't need to reset
> > the state.
> 
> I'm resetting it on purpose to test whether setting the view as non-editable
> works.

I see, maybe we should add a different test case for that, checking also that cut and paste is not allowed either.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150119/a40d11d6/attachment-0002.html>


More information about the webkit-unassigned mailing list