Clicking scroll buttons submits the form containing the Chat #5849
Labels
Bug
C: Chat
FP: Completed
Sync status with associated Feedback Item
jQuery
Next Release
Item that will be included in the next official release
SEV: Low
Milestone
Bug report
When the Chat is located inside a
<form>
tag, clicking one of the scroll buttons of an attachments list will submit the form.This is mostly noticed in RadChat for ASP.NET AJAX.
In AJAX this is solved with the code below but might not be the best solution in Kendo UI Chat.
https://github.com/telerik/kendo/blob/master/src/chat/view.js#L249
Reproduction of the problem
Current behavior
The form is submitted.
Expected/desired behavior
The form is not submitted and the list is scrolled.
Environment
The text was updated successfully, but these errors were encountered: