[Webkit-unassigned] [Bug 8223] WebKit fails to update style on element via DOM
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed May 31 00:22:43 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8223
hyatt at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8577|review? |review-
Flag| |
------- Comment #4 from hyatt at apple.com 2006-05-31 00:22 PDT -------
(From update of attachment 8577)
The Obj-C bindings need fixing too. They all have the same bug (repeated over
and over again).
- (void)setBackgroundRepeat:(NSString *)backgroundRepeat
{
[self setProperty:@"background-repeat" :backgroundRepeat :@""];
}
The empty string is passed for priority. You need to make an Obj-C method for
your new setProperty call and then change all the callers to use that instead.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list