Bug 277019 - Status info shows up briefly when deleting error text
Summary: Status info shows up briefly when deleting error text
Status: RESOLVED DUPLICATE of bug 277026
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-19 18:06 EDT by Kevin McGuire CLA
Modified: 2009-05-20 09:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McGuire CLA 2009-05-19 18:06:55 EDT
3.5RC1

1. Create a simple java source class
2. In the java editor, type "xx" somewhere to produce an error marker.
3. Keep your insert cursor at that position (right of the "xx").  Note that there is nothing in the status line at the bottom left of the window.
4. Backspace over the "xx".  When you've backspaced over the last/leftmost "x", thus removing the error, the status line will briefly flash the error which was there.

It's hard to say whose bug this is, starting with Text as it seems typing related (other ways of making the error go away such as code completion do not produce this behaviour).
Comment 1 Dani Megert CLA 2009-05-20 03:27:55 EDT
Fixing bug 277026 will fix this.

*** This bug has been marked as a duplicate of bug 277026 ***
Comment 2 Kevin McGuire CLA 2009-05-20 09:43:49 EDT
(In reply to comment #1)
> Fixing bug 277026 will fix this.

True, although we may never do bug #277026 since it's an enhancement but then we may still want to fix this one.  Should this not be left open but reference the two bugs to each other?  I mean it's a minor thing so no big deal either way, just a bit distracting.

Additional thoughts on this bug:  

If feels like a timing issue plus an edge case, as it only happens on the very last character being backspaced over, and if you have " xx" and backspace quickly 3x, the status message never appears.
Comment 3 Dani Megert CLA 2009-05-20 09:47:55 EDT
The problem is that we can't update while typing (too slow) but on post selection changed. That's why we see this. If at all we invest time then into the other bug not this one.
Comment 4 Kevin McGuire CLA 2009-05-20 09:53:27 EDT
ok thanks