[Webkit-unassigned] [Bug 11947] nbsps should be converted to entities in innerHTML
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 27 05:08:37 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11947
------- Comment #3 from fredck at fredck.com 2006-12-27 05:08 PDT -------
This is not something visible in the current version of FCKeditor. It impacts
on new developments I'm doing in FCKeditor for the Enter Key handler. It will
be possible to control the behavior of the Enter key with more precision.
Somewhere on the code, I need to check if part of the DOM (a custom range
implementation) is truly empty. To do that, I need to check if the innerHTML of
that range contains only "pure" spaces. It is something like
innerHTML.Trim().length == 0 (Trim() is another custom one).
--
Configure bugmail: http://bugs.webkit.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