After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 628381 - mouse-over hover freeze
mouse-over hover freeze
Status: RESOLVED INCOMPLETE
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-30 23:37 UTC by Leslie Nooland
Modified: 2013-09-07 00:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Leslie Nooland 2010-08-30 23:37:01 UTC
I am using the latest build of gnome-shell, and I get this pretty irritating delay for a while now. When in ZoomOut mode, when i hover over a window the shell will freeze for 1-2 seconds until the (X) thing shows up on the top right of it.

If I zoom in/zoom out without hovering the mouse over the workspaces there is no delay, so basically whats causing the delay is hovering the mouse over any window in any workspace until the (X) shows up. Also if I hover my mouse over empty workspaces no delay.

I am using it on Ubuntu Lucid, and I am using radeonhd. I want to mention that the ubuntu repository package does not present this issue.
Comment 1 Leslie Nooland 2010-08-31 19:43:50 UTC
Extra info:


xserver-xorg-video-ati                1:6.13.99+git20100815.fd686668


driver: radeon

card: ATI Mobility Radeon HD 4500 Series (4550)
Comment 2 Leslie Nooland 2010-09-10 11:32:24 UTC
the delay dissapeared with the latest build.
Comment 3 Leslie Nooland 2010-10-25 23:27:34 UTC
the problem is back, it seems if i modify gnome-shell.css it will go away, and it did but now i am unable to do that anymore, as soon as i install a new css theme, mutter will go 99% CPU and my system will freeze,I need to kill mutter to regain control.
Comment 4 Leslie Nooland 2010-10-26 13:03:40 UTC
the problem seems to be caused by these lines:


#message-tray {
    background-gradient-direction: vertical;
    background-gradient-start: rgba(0,0,0,0.01);
    background-gradient-end: rgba(0,0,0,0.95);
    height: 36px;
}

by replacing them with this:


#message-tray {
   background-color: rgba(0,0,0,0.4);
   height: 32px;
   -st-shadow: 0px 0px 0px 2px rgba(255,255,255,0.4);
}


i managed to remove that stuff.

i also noticed the lines are in .chat-send, chat-receive, etc, but i have not tested them yet.

the interesting part is it is not caused by the other similar (gradient) lines contained in many other parts of the file.
Comment 5 Leslie Nooland 2010-10-26 13:11:37 UTC
P.P.S. I removed: 

   -st-shadow: 0px 0px 0px 2px rgba(255,255,255,0.4);

it was not rendering right anyway, another bug.
Comment 6 Florian Müllner 2013-06-14 13:44:15 UTC
Is this still an issue?
Comment 7 Florian Müllner 2013-09-07 00:19:01 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!