Comment 1 for bug 162437

Revision history for this message
Philipp von Weitershausen (philikon) wrote :

I can confirm this:

>>> from zope.publisher.interfaces.browser import IBrowserView
>>> IBrowserView.implementedBy(grok.Form)
False

Proposed fix: Make IGrokView also inherit from IBrowserView (which is what I thought we did implicitly by inheriting from IBrowserPage, but it turns out IBrowserPage doesn't inherit from IBrowserView).