I have an Applescript which - simplified - looks like this:
...
display dialog "foo" default answer ""
...
One of the users of this script runs Lion. Whenever he tries to copy/paste a string to the input dialog, that won't work if the origin of the copy has got some formatting (e.g. the string is copied from a web page). Everything works fine under Snow Leopard.
Any hint on why this happens?