msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

Select All Visible works only once #39

Closed pva closed 9 years ago

pva commented 10 years ago

At http://server/test_cases page. Expand something to make some test cases visible. Then press Select All Visible, then Deselect All Visible. At this point Select All Visible is not working any more. (Browser Firefox 31.0)

kirantpatil commented 9 years ago

Yes, true. Select and Deselect are working only for the first time.

Also we need to scroll to the bottom of the page to click on the "Select All Visible" and "Deselect All Visible"button which is not at all convenient.

joffems commented 9 years ago

This was a JS issue that I've fixed.

I've also placed both buttons at the top and bottom of the page for now.

joffems commented 9 years ago

@pva @kirantpatil This has been fixed for a while and I can use the feature in multiple buttons.

If you see this appear again, please reopen.

kirantpatil commented 9 years ago

sure, I will verify.

On Tue, Sep 30, 2014 at 10:38 AM, joffems notifications@github.com wrote:

@pva https://github.com/pva @kirantpatil https://github.com/kirantpatil This has been fixed for a while and I can use the feature in multiple buttons.

If you see this appear again, please reopen.

Reply to this email directly or view it on GitHub https://github.com/msjit/testcasedb/issues/39#issuecomment-57267826.

kirantpatil commented 9 years ago

@harshith30, please verify the fix.

harshith30 commented 9 years ago

It has been fixed. it works fine now.