[Webkit-unassigned] [Bug 9630] REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jun 28 14:23:28 PDT 2006


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





------- Comment #9 from justin.garcia at apple.com  2006-06-28 14:23 PDT -------
We insert nbsps while editing.  We'd need to change nbsps to regular spaces
when we serialize.  But, we wouldn't want to convert nbsps that were added
intentionally by the user, so we'd need to wrap those spaces in a span with a
special class on it so that we'd know which nbsps to convert and which to
retain.  
Alternatively, since white-space is pre-wrap in textareas, we could fix this by
bailing in RebalanceWhitespace if we're in white-space: pre text.  Some might
not like this because this would mean that edited whitespace would collapse if
the white-space mode were toggled. 


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