Skip to content

Chatbot Textbox missing with /latest/webchat.js (working with 4.14.1/webchat.js) #4229

@rbertazzo

Description

@rbertazzo

Screenshots

With latest
image

With 4.14.1
image

Version

The issue is with latest. We have downgraded to 4.14.1 and is working as expected
"<meta name="botframework-directlinespeech:version" content="4.14.1">
<meta name="botframework-webchat:bundle:variant" content="full">
<meta name="botframework-webchat:bundle:version" content="4.14.1">
<meta name="botframework-webchat:core:version" content="4.14.1">
<meta name="botframework-webchat:ui:version" content="4.14.1">"

Describe the bug

Text box to send message is missing with the latest release
We are now using the previous version: here the change:
this row is commented out --> <script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script>
We are using this instead:
<script src="https://cdn.botframework.com/botframework-webchat/4.14.1/webchat.js"></script>

Other code:

var styleOptions = {
hideUploadButton: true
};

        window.WebChat.renderWebChat({
            directLine: botConnection,
            userID: name,
            styleOptions: styleOptions,}, document.getElementById('webchat'));

        document.querySelector('#webchat > *').focus();

Metadata

Metadata

Assignees

Labels

Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions