Skip to content
  1. Apr 10, 2012
    • Rene Saarsoo's avatar
      Fix regression of guides page styles. · 205b2bf0
      Rene Saarsoo authored
      The main styles were restricted to panel body, but guides and others
      were containers, not panels, so the styles did not get applied.
      
      Now guides, videos, comments are all panels.
      205b2bf0
    • Rene Saarsoo's avatar
      Fix line-height of CodeMirror editor. · 4de0de5b
      Rene Saarsoo authored
      Some previous <pre>-related style tweaks resulted in <pre> line height
      being no more applied to the CodeMirror editor.  Now explicitly stored
      the line-height style.
      4de0de5b
  2. Apr 09, 2012
  3. Apr 05, 2012
  4. Apr 04, 2012
    • Rene Saarsoo's avatar
      Fix class overview toolbar for ExtJS 4.1. · df79e7ef
      Rene Saarsoo authored
      First I'm constraining the styles of the main class-overview container
      inside the body-area - otherwise the styles will also have unpredictable
      effects on toolbar (especially the styles for tables as in 4.1 the
      search field inside toolbar is wrapped in two tables).
      
      Secondly the search field styles are applied differently as the DOM that
      makes up the field has changed considerably.  At the moment this results
      in the field looking a bit different in 4.1.  Needs more work...
      
      Also added width to the trigger-field which otherwise would change its
      width when trigger is shown/hidden.
      df79e7ef
    • Rene Saarsoo's avatar
      1da94d9b
    • Rene Saarsoo's avatar
      Merge remote branch 'origin/master' · 76d93bb5
      Rene Saarsoo authored
      76d93bb5
  5. Apr 03, 2012
  6. Apr 01, 2012
  7. Mar 31, 2012
  8. Mar 30, 2012
  9. Mar 29, 2012
  10. Mar 28, 2012
  11. Mar 26, 2012
  12. Mar 23, 2012
  13. Mar 22, 2012
    • Rene Saarsoo's avatar
      Fix Tab closing issue in IE8. · b923e1e9
      Rene Saarsoo authored
      The code relied on the order of events being fired.  It expected that
      when clicking tab close button the "click" handler for close button
      will be invoked before the "click" handler for the whole tab.  This
      worked in the majority of browsers but not in IE8 where the events
      fire in the opposite order.
      
      Now checking the event target inside tab click handler to see if
      close button was clicked instead of relying on the close button handler
      to set a flag.
      
      This also fixes the issue of tabs sometimes not activating when clicked
      in IE8.  Was caused by justClosed flag being set but not unset.
      b923e1e9
    • Rene Saarsoo's avatar
      Refactor and document removeTab method. · 4d0ddbb3
      Rene Saarsoo authored
      The return value of Array.indexOf was bogusly compared to false,
      but #indexOf returns -1 not false on failure.
      4d0ddbb3
Loading