Skip to content

Surprising behavior of maxLines: null, overflow:ellipsis in the Text widget #23733

@akireyev

Description

@akireyev
Text("<long text that spans many lines>", overflow: TextOverflow.ellipsis, maxLines: null)

Renders just a single line of text, and ellipsizes out the rest.
But

Text("<long text that spans many lines>", overflow: TextOverflow.ellipsis, maxLines: 1000)

Renders multiple lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: typographyText rendering, possibly libtxtengineflutter/engine related. See also e: labels.f: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions