Revert "opt:website dictionary iframe remove mouseover event"

This reverts commit c88d85ba7c.
This commit is contained in:
Xiao YiFang 2022-09-22 20:04:01 +08:00
parent d68a8c7ff0
commit b9c74c8714

View file

@ -396,7 +396,9 @@ sptr< DataRequest > WebSiteDictionary::getArticle( wstring const & str,
result += string( "<iframe id=\"gdexpandframe-" ) + getId() +
"\" src=\""+encodeUrl.toStdString() +"\" "
"\" src=\""+encodeUrl.toStdString() +
"\" onmouseover=\"processIframeMouseOver('gdexpandframe-" + getId() + "');\" "
"onmouseout=\"processIframeMouseOut();\" "
"scrolling=\"no\" "
"style=\"overflow:visible; width:100%; display:block; border:none;\" sandbox=\"allow-same-origin allow-scripts allow-popups\">"
"</iframe>";