Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Elastic textarea in IE is tiny when empty #58

@spalger

Description

@spalger

We are experiencing an issue in IE: elastic/kibana#4048

Basically, IE sets the scrollHeight of an empty textbox to 0 rather than the line height, but will return the proper height if the value is even just a space (new lines didn't seem to work). So, we set config.append = ' '; and called it a day. It may make sense to fix this in the library though.

app.config(['msdElasticConfig', function(config) {
  config.append = ' ';
}])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions