Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.
This repository was archived by the owner on May 25, 2019. It is now read-only.

programaticaly adding content to ui-codemirror makes scrollbars buggy #139

Open
@srinivasyl

Description

@srinivasyl

I'm showing child process stdout and std error via socket on code mirror its working well but scroll bar resides on top it fails to update scroll bar according to the content

<div ng-model="log"
         ui-refresh="vm.refreshCodemirror"
         ui-codemirror="{lineNumbers: true, autoFocus:true, theme:'twilight',readOnly: 'true',lineWrapping : true,mode: 'Javascript'}">
    </div>
 var controller = this;

        $scope.refreshStream = function ()
        {
            controller.refreshCodemirror++;
        };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions