Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354106

Summary: [rulers] Click-Event when clicking on marker gets ignored
Product: [Eclipse Project] Platform Reporter: Lukas Felber <l.felber>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: minor    
Priority: P5 CC: daniel_megert
Version: 3.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: stalebug

Description Lukas Felber CLA 2011-08-08 03:33:26 EDT
Build Identifier: I20110613-1736

When, after clicking on a marker and moving cursor away from the marker, the click event gets ignored. Problem happens in in JDT (java-editor), PDE (plugin-xml-editor), CDT (c++ editor).

Reproducible: Always

Steps to Reproduce:
1. create java file with this code:
class A {
  A() {
    i = 7;
  }
}
2. Note that marker "i could not be resolved to variable" appears.
3. Click on the marker and quickly remove cursor away from the markers icon. The popup suggesting to "create local variable i" etc. will not appear (which it should).
Comment 1 Lars Vogel CLA 2019-11-14 03:15:22 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

If the bug is still relevant, please remove the "stalebug" whiteboard tag.