View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001511 | NoesisGUI | C++ SDK | public | 2019-07-02 04:01 | 2019-07-05 17:30 |
| Reporter | nikobarli | Assigned To | sfernandez | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.2.3 | ||||
| Fixed in Version | 2.2.4 | ||||
| Summary | 0001511: Tooltips shown without activating the hosting window, doesn't disappears when the mouse cursor leave the hosting window | ||||
| Description | Related to issue https://www.noesisengine.com/bugs/view.php?id=1438 STR
| ||||
| Platform | Any | ||||
|
Hi, the problem is that our Win32Display implementation is not tracking mouse position when mouse leaves the window, so the latest WM_MOUSEMOVE received is inside the window and over the Button that shows the ToolTip, keeping the tooltip visible. I made a simple test using TrackMouseEvent to generate a last MouseMove event when WM_MOUSELEAVE is received and then it works as expected: case WM_MOUSEMOVE: We will include this in the next release. |
|
|
Hi Sergio, Thanks. I confirmed that fixed the issue. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-07-02 04:01 | nikobarli | New Issue | |
| 2019-07-02 12:11 | sfernandez | Assigned To | => sfernandez |
| 2019-07-02 12:11 | sfernandez | Status | new => feedback |
| 2019-07-02 12:11 | sfernandez | Note Added: 0005797 | |
| 2019-07-03 08:29 | nikobarli | Note Added: 0005799 | |
| 2019-07-03 08:29 | nikobarli | Status | feedback => assigned |
| 2019-07-05 17:30 | sfernandez | Status | assigned => resolved |
| 2019-07-05 17:30 | sfernandez | Resolution | open => fixed |
| 2019-07-05 17:30 | sfernandez | Fixed in Version | => 2.2.4 |