Summary: | Mouse pointer disappears at specific places and during specific actions | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Ondřej Bockschneider <Firzen.developer> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | cfeck, grgoffe |
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ondřej Bockschneider
2012-05-04 16:01:13 UTC
> When I go with mouse pointer to some menubar in Qt based application, it immediately disappears.
The reason why it is visible with Qt here is that Qt re-renders the menu items very fast on every mouse move, instead of only when entering or leaving the menu items' rectangle.
The actual problem with your setup is that you are using a software-rendered mouse cursor, instead of using hardware sprites. Ask in a forum of your graphics driver vendor, how to ensure that your driver is using the hardware cursor sprite.
Regarding the Qt bug, this is fixed at least in Qt 4.8.2, maybe even in a previous version, so no need to report it to Qt developers. *** Bug 304268 has been marked as a duplicate of this bug. *** |