Completed
Last Updated: 11 Aug 2021 14:48 by ADMIN
Release R3 2021
Marcel
Created on: 02 May 2019 08:51
Category: Chat
Type: Bug Report
0
Sending message causes the toolbar to shift down

Steps to repro:

1. Go to https://demos.telerik.com/aspnet-ajax/chat/toolbar/defaultcs.aspx

2. Show the toolbar with the ellipses

3. Enter enough messages so that the scroll is shown and continue to enter

4. The toolbar drop down on each click of an icon

See the attached video for more information.

Attached Files:
1 comment
ADMIN
Rumen
Posted on: 02 May 2019 08:52
Hi Vance,

Thank you for reporting this visual glitch.

I was able to reproduce it on the live demo and logged it for fixing. I also updated your Telerik points as a small note of gratitude for reporting it.

The temporary solution that you and the fellow developers can use, until the problem is fixed in the source code, is to apply fixed height to the chat toolbar via the following CSS class:

<style>
    .RadChat.t-chat .t-toolbar-box
    {
        min-height: 50px;
    }
</style>


Best regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.