Unity pulldown menu highlight shadow stuck permanently on after selecting Help and Tools in Firefox


up vote
0
down vote
favorite
I was browsing Firefox, and I selected the Help and Tools pulldown menus in quick succession, but since I moved the mouse to Tools before Help fully loaded (race conditon?), the Unity highlight shadow that surrounded the pulldown menu (before it fully expanded to width) got stuck on somehow. It persists above all other windows, it's not clickable, not selectable, and blocks clicks to whatever is behind it.
What is this? How do I kill it, preferably without logging out and back in?
I have restarted Firefox already.
Fullscreen text editor screenshot to show the thing more clearly. The only thing that gets "in front of" this is the Dash, but you can still see a blurred rendition of the stuck highlight shadow zombie lurking "behind" the Dash.
(Ubuntu 16.04 LTS, but this issue may not be version-specific)
unity firefox
add a comment |Â
up vote
0
down vote
favorite
I was browsing Firefox, and I selected the Help and Tools pulldown menus in quick succession, but since I moved the mouse to Tools before Help fully loaded (race conditon?), the Unity highlight shadow that surrounded the pulldown menu (before it fully expanded to width) got stuck on somehow. It persists above all other windows, it's not clickable, not selectable, and blocks clicks to whatever is behind it.
What is this? How do I kill it, preferably without logging out and back in?
I have restarted Firefox already.
Fullscreen text editor screenshot to show the thing more clearly. The only thing that gets "in front of" this is the Dash, but you can still see a blurred rendition of the stuck highlight shadow zombie lurking "behind" the Dash.
(Ubuntu 16.04 LTS, but this issue may not be version-specific)
unity firefox
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was browsing Firefox, and I selected the Help and Tools pulldown menus in quick succession, but since I moved the mouse to Tools before Help fully loaded (race conditon?), the Unity highlight shadow that surrounded the pulldown menu (before it fully expanded to width) got stuck on somehow. It persists above all other windows, it's not clickable, not selectable, and blocks clicks to whatever is behind it.
What is this? How do I kill it, preferably without logging out and back in?
I have restarted Firefox already.
Fullscreen text editor screenshot to show the thing more clearly. The only thing that gets "in front of" this is the Dash, but you can still see a blurred rendition of the stuck highlight shadow zombie lurking "behind" the Dash.
(Ubuntu 16.04 LTS, but this issue may not be version-specific)
unity firefox
I was browsing Firefox, and I selected the Help and Tools pulldown menus in quick succession, but since I moved the mouse to Tools before Help fully loaded (race conditon?), the Unity highlight shadow that surrounded the pulldown menu (before it fully expanded to width) got stuck on somehow. It persists above all other windows, it's not clickable, not selectable, and blocks clicks to whatever is behind it.
What is this? How do I kill it, preferably without logging out and back in?
I have restarted Firefox already.
Fullscreen text editor screenshot to show the thing more clearly. The only thing that gets "in front of" this is the Dash, but you can still see a blurred rendition of the stuck highlight shadow zombie lurking "behind" the Dash.
(Ubuntu 16.04 LTS, but this issue may not be version-specific)
unity firefox
unity firefox
edited Mar 29 at 0:46
asked Mar 29 at 0:03
Groom Lake
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I finally figured out with xwininfo that this artefact was the responsibility of unity-panel-service
:
$ xwininfo
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x10c2495 "unity-panel-service"
Absolute upper-left X: 387
Absolute upper-left Y: 24
Relative upper-left X: 387
Relative upper-left Y: 24
Width: 42
Height: 200
Depth: 32
Visual: 0x5e
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x100000a (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: yes
Map State: IsViewable
Override Redirect State: yes
Corners: +387+24 -595+24 -595-544 +387-544
-geometry 42x200+387+24
I then did pgrep unity-panel
(to check it was running) and pkill unity-panel
(to relaunch it), and that fixed it; it's gone now.
That said, I am not averse to hearing more information on what caused this weird bug. Does it still make sense to report it somewhere else, despite 16.04 LTS being an older version and despite Ubuntu moving away from Unity?
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I finally figured out with xwininfo that this artefact was the responsibility of unity-panel-service
:
$ xwininfo
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x10c2495 "unity-panel-service"
Absolute upper-left X: 387
Absolute upper-left Y: 24
Relative upper-left X: 387
Relative upper-left Y: 24
Width: 42
Height: 200
Depth: 32
Visual: 0x5e
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x100000a (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: yes
Map State: IsViewable
Override Redirect State: yes
Corners: +387+24 -595+24 -595-544 +387-544
-geometry 42x200+387+24
I then did pgrep unity-panel
(to check it was running) and pkill unity-panel
(to relaunch it), and that fixed it; it's gone now.
That said, I am not averse to hearing more information on what caused this weird bug. Does it still make sense to report it somewhere else, despite 16.04 LTS being an older version and despite Ubuntu moving away from Unity?
add a comment |Â
up vote
0
down vote
I finally figured out with xwininfo that this artefact was the responsibility of unity-panel-service
:
$ xwininfo
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x10c2495 "unity-panel-service"
Absolute upper-left X: 387
Absolute upper-left Y: 24
Relative upper-left X: 387
Relative upper-left Y: 24
Width: 42
Height: 200
Depth: 32
Visual: 0x5e
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x100000a (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: yes
Map State: IsViewable
Override Redirect State: yes
Corners: +387+24 -595+24 -595-544 +387-544
-geometry 42x200+387+24
I then did pgrep unity-panel
(to check it was running) and pkill unity-panel
(to relaunch it), and that fixed it; it's gone now.
That said, I am not averse to hearing more information on what caused this weird bug. Does it still make sense to report it somewhere else, despite 16.04 LTS being an older version and despite Ubuntu moving away from Unity?
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I finally figured out with xwininfo that this artefact was the responsibility of unity-panel-service
:
$ xwininfo
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x10c2495 "unity-panel-service"
Absolute upper-left X: 387
Absolute upper-left Y: 24
Relative upper-left X: 387
Relative upper-left Y: 24
Width: 42
Height: 200
Depth: 32
Visual: 0x5e
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x100000a (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: yes
Map State: IsViewable
Override Redirect State: yes
Corners: +387+24 -595+24 -595-544 +387-544
-geometry 42x200+387+24
I then did pgrep unity-panel
(to check it was running) and pkill unity-panel
(to relaunch it), and that fixed it; it's gone now.
That said, I am not averse to hearing more information on what caused this weird bug. Does it still make sense to report it somewhere else, despite 16.04 LTS being an older version and despite Ubuntu moving away from Unity?
I finally figured out with xwininfo that this artefact was the responsibility of unity-panel-service
:
$ xwininfo
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x10c2495 "unity-panel-service"
Absolute upper-left X: 387
Absolute upper-left Y: 24
Relative upper-left X: 387
Relative upper-left Y: 24
Width: 42
Height: 200
Depth: 32
Visual: 0x5e
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x100000a (not installed)
Bit Gravity State: NorthWestGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: yes
Map State: IsViewable
Override Redirect State: yes
Corners: +387+24 -595+24 -595-544 +387-544
-geometry 42x200+387+24
I then did pgrep unity-panel
(to check it was running) and pkill unity-panel
(to relaunch it), and that fixed it; it's gone now.
That said, I am not averse to hearing more information on what caused this weird bug. Does it still make sense to report it somewhere else, despite 16.04 LTS being an older version and despite Ubuntu moving away from Unity?
answered Mar 29 at 2:16
Groom Lake
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020122%2funity-pulldown-menu-highlight-shadow-stuck-permanently-on-after-selecting-help-a%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password