Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix issue #1240 (Inline editor background width) #1264

Merged
merged 1 commit into from
Jul 17, 2012
Merged

Commits on Jul 17, 2012

  1. Fix issue #1240 (Inline editor background doesn't extend all the way to

    right when scrolling) - CodeMirror changed the way it props its width open
    such that lineSpace's width is no longer explicitly set to the max width
    of all the lines (lines wider than the viewport simply overflow it). We were
    checking this width to decide how wide inline editors must be. However,
    lineSpace's _content_ is still as wide as the max line (due to the pos of
    the new widthForcer div) so we can use lineSpace's scrollWidth and still get
    an accurate number.
    peterflynn committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    5bad160 View commit details
    Browse the repository at this point in the history