• 
      

    Set up review request form fields before formatting text.

    Review Request #4846 — Created Oct. 24, 2013 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Set up review request form fields before formatting text.

    My recent change to load form fields earlier placed the calls to
    formatText too soon. It needed to be called after form fields are set
    up, or properties would be missing on the inlineEditor. Those are now
    moved to be set up first.

    Set a Description as not being rich-text, and clicked it to edit. Instead
    of collapsing to one line (due to inlineEditor normalizing), it used the
    raw text and displayed it correctly.