pierrejean-coudert / pwytter

Automatically exported from code.google.com/p/pwytter
0 stars 0 forks source link

Character count not updated for pasted text longer than 140 characters #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy text that is longer than 140 characters
2. Paste text into text box

What is the expected output? What do you see instead?

Text is reduced to 140 characters so the remaining characters counter
should display 0 characters remaining. Instead, the count does not get
updated so it still shows how many characters were available before pasting
the text.

What version of the product are you using? On what operating system?

Version: 0.9 (trunk)
OS: Ubuntu Linux 8.10

Please provide any additional information below.

Patch forces the update to occur in the editValidate method even if
original text length is greater than 140 characters.

Original issue reported on code.google.com by nickles....@gmail.com on 9 Apr 2009 at 8:05

Attachments: