-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Livechat widget issue : no toolbar with IE11 & running away from mouse cursor. #14004
Copy link
Copy link
Closed
Closed
Copy link
Description
Description:
- When I open a test page with livechat installation script provided from Rocket.Chat management console in Internet Explorer 11, the livechat widget has problems.
- when minimized, it shows maximize, alarm, and popup icon on the right side of the title bar.
- when maximized, those icons are now shown, precisely, they are located at much lower posion from the original position and seems invisible because of their white color. Style applied to the .title class has line-height property which should be inherited to .title .toolbar class but not applied.
- Sometimes when I try to click toolbar icons whit chrome or edge, and sometimes when I move mouse cursor to the widget with IE, then the widget moves to the left and escapes from the monitor scrren as if it hates and tries to escape from the mouse cursor invation.
Steps to reproduce:
- Make a test html page with the javascript presented to you on livechat - installation page of the admin console
- Open that page with a browser such as Internet explorer and chrome
- Enjoy...
Expected behavior:
Toolbar icons is shown when maximizing the widget when I open the test page in IE11
Actual behavior:
Toolbar icons is not shown when maximizing the widget when I open the test page in IE11
Livechat widget goes left and leaves the monitor screen when I click the widget(Chrome) or move mouse cursor to the widget(IE11)
Server Setup Information:
- Version of Rocket.Chat Server: 0.73.4
- Operating System: CentOS 7
- Deployment Method: Manual Installation
- Number of Running Instances: 1
- DB Replicaset Oplog: No
- NodeJS Version: 8.11.4
- MongoDB Version: 3.6
Additional context
Relevant logs:
Reactions are currently unavailable