From kde-commits Thu Jun 30 21:31:44 2005 From: Maks Orlovich Date: Thu, 30 Jun 2005 21:31:44 +0000 To: kde-commits Subject: KDE/kdelibs/khtml Message-Id: <1120167104.006444.19878.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112016711709234 SVN commit 430311 by orlovich: Apply patch from Niels Leenheer (Rakaz), to much improve the compatibility with IE quirks in frameset coordinate parsing. Fixes #76530. Testcases (mine and his) upcoming. Note that this also splits out the area coordinate parsing, as that splits on spaces, and framesets don't. [I spotted a few corner-case bugs, but better address them in a separate commit] CCMAIL:niels.leenheer@gmail.com BUG:76530 M +1 -1 html/html_imageimpl.cpp M +79 -46 xml/dom_stringimpl.cpp M +1 -0 xml/dom_stringimpl.h