• 
      

    Fix a regression in the display of the CodeMirror horizontal scrollbar.

    Review Request #8233 — Created June 10, 2016 and submitted

    Information

    Review Board
    release-2.5.x
    91168f4...

    Reviewers

    The recent update to use the appropriate CodeMirror CSS file for our
    version of CodeMirror forced the display of horizontal scrollbars. A
    comment in their CSS says that this is meant to stay on, so presumably
    some other internal machinery should be hiding the scrollbar in our
    case, but that's not happening.
    
    Since this CSS rule is new (from our perspective), and the styling we
    had before didn't break anything, we're going to just force it off
    again, like we did before.

    Tested a few of the CodeMirror editors throughout the product. They
    behaved as they always have, and I didn't see the scrollbars.

    reviewbot
    1. Tool: PEP8 Style Checker
      Ignored Files:
          reviewboard/static/rb/css/pages/reviews.less
      
      
      
      Tool: Pyflakes
      Ignored Files:
          reviewboard/static/rb/css/pages/reviews.less
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.5.x (f649b59)