Package: konqueror
Version: 3.3.0-1
Severity: important
innerHTML in konqueror returns the same as outerHTML.
This is fixed in CVS:
--- kdelibs/khtml/html/html_elementimpl.cpp #1.179:1.180
@ -436,5 +436,8 @ void HTMLElementImpl::removeCSSProperty(
DOMString HTMLElementImpl::innerHTML() const
{
- return toString();
+ DOMString result;
+ for (NodeImpl *child = firstChild(); child != NULL; child =
child->nextSibling())
+ result += child->toString();
+ return result;
}
Please fix in debian-version and make new packages.
--
MfG, Christian Welzel
(Sektionsvorsitzender und Admin AG DSN Gerokstrasse)
GPG-Key: http://www.camlann.de/key.asc
Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
Attachment:
pgpTHXYZtarVe.pgp
Description: PGP signature