1. 20 4月, 2014 3 次提交
    • D
      Noted #877, #1095, #1125 · 5e9d59c6
      Daniel Beck 提交于
      5e9d59c6
    • D
      Noted #1186 · 12db6c65
      Daniel Beck 提交于
      12db6c65
    • A
      [FIXED JENKINS-21729] Fix IE8 NPE with respect to sortability · 6566a0c7
      anafke 提交于
      IE8 (and I assume other browsers that use a doctype pre-html5) interpret the span outside of the link, as in HTML4.01 you needed the closing tag.
      http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.4
      
      The code was causing a NPE in IE8 and users could not sort the columns.
      
      >> cell.innerHTML = '<a href="#" class="sortheader">'+this.getInnerText(cell)+'<span class="sortarrow" /></a>';
      
      >> cell.innerHTML ;
      "<A class=sortheader href="#"> S<SPAN class=sortarrow></A></SPAN>"
      
      >> cell.innerHTML = '<a href="#" class="sortheader">'+this.getInnerText(cell)+'<span class="sortarrow"></span></a>'
      
      >> cell.innerHTML ;
      "<A class=sortheader href="#"> S<SPAN class=sortarrow></SPAN></A>"
      6566a0c7
  2. 19 4月, 2014 4 次提交
  3. 18 4月, 2014 1 次提交
  4. 17 4月, 2014 2 次提交
  5. 16 4月, 2014 1 次提交
  6. 15 4月, 2014 3 次提交
  7. 14 4月, 2014 3 次提交
  8. 13 4月, 2014 3 次提交
  9. 12 4月, 2014 2 次提交
  10. 10 4月, 2014 2 次提交
  11. 09 4月, 2014 1 次提交
  12. 08 4月, 2014 1 次提交
  13. 07 4月, 2014 1 次提交
  14. 05 4月, 2014 1 次提交
  15. 03 4月, 2014 1 次提交
  16. 02 4月, 2014 1 次提交
  17. 01 4月, 2014 3 次提交
  18. 31 3月, 2014 1 次提交
  19. 29 3月, 2014 1 次提交
  20. 28 3月, 2014 4 次提交
  21. 27 3月, 2014 1 次提交