Created attachment 1283744 [details] bug Description of problem: filter by label functionality is broken Version-Release number of selected component (if applicable): { "major": "3", "minor": "6", "gitCommit": "08ed982", "gitVersion": "v3.6.79", "buildDate": "2017-05-23T02:04:53Z" } console.dev-preview-int.openshift.com How reproducible: Always Steps to Reproduce: 1. oc new-app --code=https://github.com/openshift/nodejs-ex.git --image-stream=openshift/python:3.4 --name=python-sample -l label1\=test1 2. go to pods page 3. type label and hit :enter Actual results: typed label was erased Expected results: typed label still in input form Additional info: See attachment
I can't reproduce this on master or on console.dev-preview-stg.openshift.com (tested STG since it was just updated). Tried both Chrome and Firefox. Do you see any errors in the javascript console when this happens? Can you try to reproduce this on the STG server since it is a more recent build?
Created attachment 1284026 [details] dev-preview-stg test
Can reproduce on console.dev-preview-stg.openshift.com as well as in Chrome. No errors in browser console. Looks like label became erased after resource status change, look at another attachment.
*** This bug has been marked as a duplicate of bug 1375780 ***