[Webkit-unassigned] [Bug 9983] dynamically generated elements do not inherit css properties

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jul 18 04:47:18 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9983





------- Comment #6 from michiel at parse.nl  2006-07-18 04:47 PDT -------
try uncommenting line 16 and commenting line 17; it will insert the element
before the existing P. 

In firefox, in that case (prepending) it doesn't work unless you do:
document.body.style.display = 'none';
document.body.style.display = 'block';

which forces ff to 'rerender'; the second P does turn yellow then.


-- 
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