Summary: | [testcase] focus frame on bugs.kde.org is far too big - khtml only, webkit ok | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Jonathan Marten <jjm> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aiacovitti, woebbeking |
Priority: | NOR | Keywords: | testcase |
Version: | 4.13.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
URL: | http://bugs.kde.org | ||
Latest Commit: | http://commits.kde.org/kdelibs/ca11720e0179897fe1bec6af7a5e2e4305aba4ad | Version Fixed In: | 4.13.3 |
Sentry Crash Report: | |||
Attachments: |
khtml - enormous focus frame
webkit - correct frame reduced testcase |
Description
Jonathan Marten
2012-06-10 16:49:56 UTC
Created attachment 71704 [details]
khtml - enormous focus frame
Created attachment 71705 [details]
webkit - correct frame
Created attachment 75143 [details]
reduced testcase
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 189774, 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 |