Summary: | [CSS 2.1 Conformance] Malformed border shorthand declarations | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Gérard Talbot (no longer involved) <browserbugs2> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | aiacovitti, matthew |
Priority: | NOR | Keywords: | testcase |
Version: | 4.13.1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
URL: | http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/MalformedBorderShorthandDeclarations.html | ||
Latest Commit: | http://commits.kde.org/kdelibs/ca11720e0179897fe1bec6af7a5e2e4305aba4ad | Version Fixed In: | 4.13.3 |
Sentry Crash Report: |
Description
Gérard Talbot (no longer involved)
2009-04-16 04:13:58 UTC
Konqueror 4.2.3 in Kubuntu 9.04 (Linux 2.6.28-11-generic) still fails the provided testcase. regards, Gérard Still Reproducible with SVN snapshot r984032. Git commit ca11720e0179897fe1bec6af7a5e2e4305aba4ad by Andrea Iacovitti. Committed on 10/06/2014 at 16:06. Pushed by aiacovitti into branch 'KDE/4.13'. Rework parseShortHand() to be able to reject shorthand in case: - number of values is greater than the maximum expected - there is more than one value that apply to the same subproperty When rejected clean up from valid subproperties added while parsing. Related: bug 301588, bug 274534 FIXED-IN: 4.13.3 M +41 -13 khtml/css/cssparser.cpp M +1 -1 khtml/css/cssparser.h http://commits.kde.org/kdelibs/ca11720e0179897fe1bec6af7a5e2e4305aba4ad I am using now Konqueror 4.13.3 Marking as VERIFIED and FIXED. Thank you Andrea!! Gérard |