Summary: | MARQUEE tag causes entire page content to shift with scrolling marquee | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | t35t0r t35t0r <t35t0r> |
Component: | khtml parsing | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
t35t0r t35t0r
2005-03-22 21:26:05 UTC
Confirmed. Must be caused by the strange HTML: open <center> open <p> open <font> open <b> open <font> close <font> close <font> close <b> never close <p> or <center> The DOM tree shows the entire page inside <marquee> SVN commit 724766 by carewolf: Update HTML-Parser to parse more HTML5 like, and allow custom HTML tags. This makes us more compatible with IceWeasel and Opera BUG: 109557 BUG: 102209 CCBUG: 148715 CCBUG: 150694 M +8 -0 ChangeLog M +39 -40 html/dtd.cpp M +19 -2 html/dtd.h M +3 -3 html/html_elementimpl.cpp M +73 -34 html/htmlparser.cpp M +2 -0 html/htmlparser.h M +8 -6 html/htmltokenizer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=724766 |