Skip to content
  1. May 28, 2011
  2. May 24, 2011
  3. May 23, 2011
  4. May 22, 2011
  5. May 21, 2011
  6. May 20, 2011
  7. May 19, 2011
  8. May 17, 2011
  9. May 16, 2011
  10. May 14, 2011
  11. May 12, 2011
  12. May 11, 2011
  13. May 10, 2011
  14. May 09, 2011
  15. May 06, 2011
  16. May 02, 2011
  17. Apr 29, 2011
  18. Apr 28, 2011
  19. Apr 27, 2011
    • Kohsuke Kawaguchi's avatar
      Some of our tags, such as <optionalBlock> and <dropdownList> involves grouping... · 8d29f477
      Kohsuke Kawaguchi authored
      Some of our tags, such as <optionalBlock> and <dropdownList> involves grouping of sibling table rows, and controlling visibility of them. So when such tags nest to each other, the visibility updates need to be done carefully, or else the visibility could get out of sync with the model (imagine outer group is made visible while inner group is not visible --- if all the rows are simply enumerated and visibility changed, we end up making the inner group visible.)
      
      The rowVisibilityGroup object in hudson-behavior.js is used to coordinate this activity, and this test ensures that it's working.
      8d29f477
  20. Apr 26, 2011