[Webkit-unassigned] [Bug 105002] trailing whitespace sometimes goes missing when inserted via innerHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 14:15:30 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105002





--- Comment #9 from Eric Seidel <eric at webkit.org>  2012-12-14 14:17:50 PST ---
The parser uses a mechanism called "lazy attach" where things get marked as being attached, but aren't yet. :)  It's possible that lazyAttach could be getting confused in this specific case.... but I doubt it.

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