Bug 9927

Summary: CSS1: element.style.border = "" fails to cause style-recalc
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: mitz
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
example demonstrating failed style recalc none

Description Eric Seidel (no email) 2006-07-14 21:19:24 PDT
element.style.border = "" fails to cause style-recalc

See example.
Comment 1 Eric Seidel (no email) 2006-07-14 21:20:03 PDT
Created attachment 9461 [details]
example demonstrating failed style recalc
Comment 2 Dave Hyatt 2006-07-14 22:11:40 PDT
This is definitely a dup, but maybe not in bugzilla yet.  (Easy workaround is to clear the actual properties rather than the shorthand).
Comment 3 Dave Hyatt 2006-07-14 22:12:28 PDT
This is actually one of our more prominent CSS bugs (it has been mentioned on numerous Web sites and blogs).  I'm going to add the CSS1 keyword to this and up its priority.
Comment 4 mitz 2006-12-16 13:25:42 PST

*** This bug has been marked as a duplicate of 9284 ***