Bug 1501807

Summary: Missed notification drawer bell icon in IE & edge browsers
Product: OpenShift Container Platform Reporter: shahan <hasha>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: low Docs Contact:
Priority: low    
Version: 3.7.0CC: aos-bugs, jokerman, mmccomas, pweil
Target Milestone: ---   
Target Release: 3.7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-08 13:09:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description shahan 2017-10-13 09:13:16 UTC
Description of problem:
Missed notification drawer in bell icon IE & edge browser

Version-Release number of selected component (if applicable):
 OpenShift Master: v3.7.0-0.147.1
 Kubernetes Master: v1.7.6+a08f5eeb62 

How reproducible:
 Always

Steps to Reproduce:
1. Login web console and goto overview page
2.
3.

Actual results:
  No notification drawer in bell icon the meathead 

Expected results:
  Should have the notification drawer to prompt related message.
 
Additional info:
   It's normal in Firefox & Chrome & Safari

Comment 1 Samuel Padgett 2017-10-13 12:02:43 UTC
This is current working as designed since we don't have enough websockets to always watch events in IE. We can look to see if we can enable it, though.

Comment 2 Samuel Padgett 2017-10-20 12:10:44 UTC
The drawer and bell will work in Edge browsers now. It is intentionally disabled in IE 11 due to browser limitations around websockets.

https://github.com/openshift/origin-web-console/pull/2315

Comment 4 shahan 2017-10-31 02:54:40 UTC
Checked this issue on OCP v3.7.0-0.184.0 in Edge browsers, the notification drawer in bell icon the meathead appears and works well. Changed to verified status.