You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
There seems to be a problem when you cut all text from the GrowingTextView or paste large amounts of text into an empty GrowingTextView. The images can explain it a little better:
When Pasting into empty TextView
As you can see, the UIBarButtonItem gets affected in a weird way.
When Cutting or Clearing the field to empty
Same deal here, the UIBarButtonItem gets pushed below the Toolbar's view.
**When you enter text normally, paste into a non empty textView, or if not all characters are cut/cleared
The text was updated successfully, but these errors were encountered:
Thanks, this means that the delegate method for height changed doesn't get called when using cut/copy/paste.
I don't have much time, maybe you can find a solution? Just listen to cut/copy/paste actions and call the delegate.
Hans
On Thursday 12 April 2012 at 01:04, mofolo wrote:
There seems to be a problem when you cut all text from the GrowingTextView or paste large amounts of text into an empty GrowingTextView. The images can explain it a little better:
When Pasting into empty TextView
As you can see, the UIBarButtonItem gets affected in a weird way.
When Cutting or Clearing the field to empty
Same deal here, the UIBarButtonItem gets pushed below the Toolbar's view.
**When you enter text normally, paste into a non empty textView, or if not all characters are cut/cleared
Reply to this email directly or view it on GitHub: #14
There seems to be a problem when you cut all text from the GrowingTextView or paste large amounts of text into an empty GrowingTextView. The images can explain it a little better:
When Pasting into empty TextView
As you can see, the UIBarButtonItem gets affected in a weird way.
When Cutting or Clearing the field to empty
Same deal here, the UIBarButtonItem gets pushed below the Toolbar's view.
**When you enter text normally, paste into a non empty textView, or if not all characters are cut/cleared
The text was updated successfully, but these errors were encountered: