Bug 359718 - The "Problem on semantic" analysis box won't disappear on Alt-Tab
Summary: The "Problem on semantic" analysis box won't disappear on Alt-Tab
Status: RESOLVED DUPLICATE of bug 358499
Alias: None
Product: kdevelop
Classification: Applications
Component: All editors (show other bugs)
Version: 4.90.90
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-23 19:42 UTC by Folco
Modified: 2016-03-01 06:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Folco 2016-02-23 19:42:16 UTC
OS: Win 7 x64
KDevelop d/l here: http://krf.kollide.net/files/work/kdevelop/kdevelop-x64-setup-5.0-20160121.exe

Reproducible: Always

Steps to Reproduce:
1. Start KDevelop, a new session, and a new terminal project to get a simple C++ Hello World
2. Right under the "#include <iostream>" line, add this one:
void func() __attribute__ ((foobar));
"foobar" should be underlined
3. Put the mouse over "foobar", the box "Problem in semantic analysis" appears
4. Hit Alt-Tab

Actual Results:  
The box is always visible on the top of the new window, and will stay here until you go back to KDevelop

Expected Results:  
The box disappears on Alt-Tab hit.

This bug looks like this one : https://bugs.kde.org/show_bug.cgi?id=358499
Comment 1 Kevin Funk 2016-03-01 06:57:44 UTC

*** This bug has been marked as a duplicate of bug 358499 ***