|
: -3 : 8 : 11 |
Often I mark some text, such a phone number, from a web page, and paste it into a text field on a form. This works, but very often the text has a bunch of leading- and trailing spaces. I guess this is remains from original HTML code on the clipboard. However, it would be nice if we could get those spaces removed.
Even enhance the idea further. The "when pasting into rich text"- idea here http://ideajam.net/IdeaJam/P/ij.nsf/0/CBA0C3E09D74F407862573EC0050E141?OpenDocument, is related. And as I suggest in one of the comments, we would like to have some programmatic control over what clipboard format a certain field needs. For example could my PhoneNo-field always prefer "Stripped Plain Text", while my rich text field would prefer "HTML". Hey, we could even allow a formula to access the clipboard content on it's way in.
|