DescriptionPopup windows launched in a new window in ChromeFrame on IE8 would open behind and would
not render any content until the user clicked on them. This is because in this context
IE8 attempts to inplace activate the object with the active document as the doc host.
We don't support in place activation and return E_NOTIMPL.
However ieframe specifically expects the return value to be OLEOBJ_E_INVALIDVERB and ends
up not sending in the other verbs like OLEIVERB_SHOW, OLEIVERB_UIACTIVATE etc leading to
this problem.
Fixes bug http://b/issue?id=3174688
Bug=3174688
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65595
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|