Skip to content

Fix room switching not working in IE11

Eric Eastwood requested to merge 2231-fix-ie11-room-switching into develop

Fix room switching not working in IE11

Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/2231

Testing strategy

  1. Add the feature toggle, node ./scripts/utils/feature-toggle.js --name vue-left-menu --description "Left menu using Vue (alpha)"
  2. Enable the feature toggle
  3. Switch rooms in IE with the left-menu
  4. Notice the URL changes
  5. Notice the chat area switches to the new room
Edited by Eric Eastwood

Merge request reports