[Webkit-unassigned] [Bug 125394] New: getComputedStyle border-radius shorthand omits vertical radius information
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 7 12:23:56 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125394
Summary: getComputedStyle border-radius shorthand omits
vertical radius information
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: koivisto at iki.fi, simon.fraser at apple.com,
akling at apple.com
Merge https://chromium.googlesource.com/chromium/blink/+/4c2866855dddbb28bb7d978ad627acc368af23d0
getComputedStyle of border-radius shows the vertical radius components if they differ from their horizontal counterpants.
We were incorrectly detecting this case and over simplifying the results of getComputedStyle.
This patch ensures we only hide the vertical values if they are identical to the horizontal values.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list