Dashboard: Mouseover on pod logs hangs after click-through in pods list

Created on 10 Jun 2016  路  5Comments  路  Source: kubernetes/dashboard

Issue details

The mousover details (grey cricle and text) stay on the logs button in the pod list once I click through to logs. They only go away after clicking through to another pod's logs.

Environment

rc+pod in Kube-Solo local env

Dashboard version: 1.1.0beta3
Kubernetes version: 1.2.4
Operating system: CoreOS 899
Node.js version:
Go version:
Steps to reproduce

This works in both #/workload (pods list) and #/pod

  1. click on a pod's logs button
  2. close the opening log window
  3. mouseover the logs button again to see it's text
  4. mouseover other logs buttons
Observed result

After step 2 the grey circle around the logs button stays.
After step 3 the text for the logs button also stays.

Expected result

The circle and text should vanish (mouseovers) again when the mouse is not over them.

Comments

The "hanging mouseover" moves to another logs button once that gets clicked.

These screenshots were taken after clicking the logs button of the kube-dns pod.
After step 2:
bildschirmfoto 2016-06-10 um 18 46 52

After step 3:
bildschirmfoto 2016-06-10 um 18 47 13
bildschirmfoto 2016-06-10 um 18 47 24

kinbug

Most helpful comment

Ok, this looks like angular material bug when used with target="_blank", we should create an issue there. I've created example codepen to show the issue.

http://codepen.io/anon/pen/WxwpwE

All 5 comments

Clicking on an empty space on the page also makes the "hanging mouseovers" vanish again.

Oh, looks annoying. Let's see what we can do with this.

Ok, this looks like angular material bug when used with target="_blank", we should create an issue there. I've created example codepen to show the issue.

http://codepen.io/anon/pen/WxwpwE

Awesome, let's see how angular material team responds to this

1734 is a duplicate of it, we'll track it from there.

Was this page helpful?
0 / 5 - 0 ratings