|
From: SourceForge.net <no...@so...> - 2006-12-15 23:33:48
|
Bugs item #1596757, was opened at 2006-11-14 19:03 Message generated for change (Settings changed) made by ezust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1596757&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 7 Private: No Submitted By: Slava Pestov (spestov) Assigned to: Nobody/Anonymous (nobody) Summary: Buffer corruption Initial Comment: I was editing a file over SFTP today and sometimes random text would be inserted near the top of the file. I couldn't tell if this text was from the clipboard or from other parts of the file. Undo did not remove the random text, which suggests its a bug in the low level JEditBuffer code. ---------------------------------------------------------------------- Comment By: Martin Raspe (hertzhaft) Date: 2006-11-15 01:06 Message: Logged In: YES user_id=1037294 Originator: NO I think that some time ago I have seen a similar behaviour which appeared only when "quick copy" was activated. Unfortunately I can't find the note I made then. It was caused by some specific mouse movement, IRC. I don't know if the text was undoable because I usually noticed it only much later, so undoing would have meant losing everything I'd typed in the meantime. I was not using SFTP, though. I've also seen a repaint glitch like the one Marcelo describes. So far I could not reproduce it deliberately. When it happens, the first 5 columns (or so) of some lines are overwritten with garbage. White space is preserved, IRC. It usually goes away after some scrolling. ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2006-11-15 01:04 Message: Logged In: YES user_id=285591 Originator: NO Do you have any hint to reproduce that ? In fact it happened sometimes last year but randomly and I was never able to reproduce that. It doesn't happens anymore for me. What I found is that it happened when I paste text from clipboard, the text was pasted at cursor position but also in the beginning of the buffer. ---------------------------------------------------------------------- Comment By: Slava Pestov (spestov) Date: 2006-11-14 21:55 Message: Logged In: YES user_id=2280 Originator: YES Actual text was inserted; I noticed the problem after saving the HTML file and viewing it in a browser. ---------------------------------------------------------------------- Comment By: Marcelo Vanzin (vanza) Date: 2006-11-14 21:53 Message: Logged In: YES user_id=75113 Originator: NO Hi Slava, Was it actual text being inserted, or did it look like a painting problem? I've been seeing things that look like this some times, but saving the buffer (which seems to cause a repaint of the whole buffer) gets rid of the garbage. Still annoying though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1596757&group_id=588 |