Completed
Last Updated: 05 Feb 2016 16:26 by ADMIN
ADMIN
Nencho
Created on: 23 Jun 2015 08:41
Category: ComboBox
Type: Bug Report
0
RadComboBox quickly shows a list of the checked items' text (when they are all checked) and after that applies the "All items checked" message in Chrome

		
4 comments
ADMIN
Dimitar
Posted on: 05 Feb 2016 16:26
The issue has been fixed in Chrome as well.
Note that the issue can also be observed with a simple <input type="text" /> on the page, if you try to update its server text from the client side:

  <input type="text" class="aaa" value="Item0, Item1, Item2, " />
        <script type="text/javascript">

            Sys.Application.add_init(function() {
                var $ = $telerik.$;

                  $(".aaa").attr("value","bbb");
              });
        </script>
ADMIN
Dimitar
Posted on: 28 Jan 2016 08:58
Thank you for your comment. I was able to reproduce the issue with latest Chrome and returned the item back for fixing.
Zoya
Posted on: 27 Jan 2016 18:51
This issue still happening in GoogleChrome with the latest Telerik 2016.1.113.40.  It been fixed for IE and FireFox
ADMIN
Dimitar
Posted on: 30 Dec 2015 15:07
The issue is not reproducible with the latest version - Q3 2015 SP1