• 
      

    Fix auto-sizing the inlineEditor when forcing an auto-size.

    Review Request #4803 — Created Oct. 18, 2013 and submitted

    Information

    Djblets
    master

    Reviewers

    Fix auto-sizing the inlineEditor when forcing an auto-size.

    When editing Markdown in Review Board, the inlineEditor will sometimes
    size itself too short. This seemed to be due to telling it to animate
    when forcing, which was probably not what we wanted. By forcing
    animation to be off in this case, the sizing matches what is expected.

    Edited a sample Markdown text area I have, which was consistently wrong
    in its size when opening. It matched correctly after this change.

    reviewbot
    1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      Ignored Files:
      djblets/static/djblets/js/jquery.gravy.inlineEditor.js

    2. 
        
    reviewbot
    1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      Ignored Files:
      djblets/static/djblets/js/jquery.gravy.inlineEditor.js

    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed