Bug #342
Crash on pasting too long of a text from Word
| Status: | Closed | Start: | 09/12/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 09/12/2009 | |
| Assigned to: | John Wimbish | % Done: | 100% |
|
| Category: | Windows | Spent time: | - | |
| Target version: | 1.1.x | Estimated time: | 1.00 hour |
Description
The issue is that when there is a lot of text on the clipboard, I don't want to proceed with the paste, because I assume they are pasting a lot more than one verse. Unfortuantely I was not checking for null (which is what was generated in the too-long case). So the code now checks for null, and I've upped the length limit from 500 to 1000, which will permit somewhat longer pastes than before.