[Bug 28866] Avant Browser needs HTMLElement_get_isTextEdit

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 8 14:19:44 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=28866

roger at mailinator.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger at mailinator.com

--- Comment #3 from roger at mailinator.com ---
Still not doing anything 

http://source.winehq.org/git/wine.git/blob/799731f4b9e9495181e18a68eba16c9219db73fd:/dlls/mshtml/htmlelem.c#l1244

1244 static HRESULT WINAPI HTMLElement_get_isTextEdit(IHTMLElement *iface,
VARIANT_BOOL *p)
1245 {
1246 HTMLElement *This = impl_from_IHTMLElement(iface);
1247 FIXME("(%p)->(%p)\n", This, p);
1248 return E_NOTIMPL;
1249 }
1250 

wine 1.7.30

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list