Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    List Grid uncheck All records bug.

    1. Version used: SmartGWT 3.0-p20120718
    2. browser(s) and version(s) involved
    IE and Mozilla Firefox.
    3. Link to code:
    http://www.smartclient.com/smartgwt/...checkboxselect

    What steps will reproduce the problem?
    1. Create a grid list with some dummy data in it.
    1. Click to select (check) all elements in a grid
    2. Click to un-select (un-check) all elements
    3. Check getSelectedStatus or getSelectedRecords values.

    What is the expected output? What do you see instead?
    There are still some elements (records) returned by the above mentioned functions. There should not be anything selected if we unchecked all.
    It works correctly when grid elements are checked or unchecked one by one.

    I just noticed that it keeps every second record in selectedRecords and only removes items 1, 3, 5 ... etc...
    Last edited by lipafx; 22 Nov 2012, 04:05. Reason: More information.

    #2
    Not reproducible in the latest 3.0p or 3.1p builds. Please try a more recent build.

    Comment

    Working...
    X