gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

Advanced review facet twisties not working #348

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open advanced review (on site with records)
2. Click on a facet heading
3. Changes cursor to action pointer, but on-click does nothing. 

What is the expected output? What do you see instead?
Clicking on facet headings should toggle between fully expanded (to to extent 
of default display setting) and fully collapsed states.

Original issue reported on code.google.com by CoolDa...@gmail.com on 27 Sep 2012 at 6:20

GoogleCodeExporter commented 9 years ago
The script that was attaching event handers to the twisties had the class name 
wrong.  Patch attached.

Original comment by chris.go...@gmail.com on 27 Sep 2012 at 6:43

Attachments:

GoogleCodeExporter commented 9 years ago
Reviewed and accepted by a.low

Original comment by aaron.lo...@gmail.com on 27 Sep 2012 at 6:57

GoogleCodeExporter commented 9 years ago
Reviewed and accepted by a.low

Original comment by aaron.lo...@gmail.com on 27 Sep 2012 at 6:57

GoogleCodeExporter commented 9 years ago
Issue 215 has been merged into this issue.

Original comment by chris.go...@gmail.com on 27 Sep 2012 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by chris.go...@gmail.com on 28 Sep 2012 at 12:05

GoogleCodeExporter commented 9 years ago
Not sure what went wrong, but there is a missing "c" in the line:
 var collapsed = jQuery(".${ facet.inputName }OptContainer").ss("display") === "none";

It should be:  var collapsed = jQuery(".${ facet.inputName 
}OptContainer").css("display") === "none";

Original comment by chris.go...@gmail.com on 6 Nov 2012 at 11:16

GoogleCodeExporter commented 9 years ago
Makes sense to me.

Reviewed and accepted by a.low

Original comment by aaron.lo...@gmail.com on 7 Nov 2012 at 1:21

GoogleCodeExporter commented 9 years ago
ok.

reviewed and accepted by a.low

Original comment by aaron.lo...@gmail.com on 7 Nov 2012 at 1:21

GoogleCodeExporter commented 9 years ago

Original comment by chris.go...@gmail.com on 7 Nov 2012 at 3:13