-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Customising overflow position for Text Widget #76943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Anushi1998
Can you please elaborate how this will work for text with more than one |
With our current requirements of feature, it is certain that there is only one |
Changing the priority to match the priority of the internal bug b/180975303. When this bug is triaged again in the future, can you also comment in, and change the priority of the internal bug? Thanks. |
This issue is marked P1 but has had no recent status updates. The P1 label indicates high-priority issues that are at the top of the work list. This is the highest priority level a bug can have if it isn't affecting a top-tier customer or breaking the build. Bugs marked P1 are generally actively being worked on unless the assignee is dealing with a P0 bug (or another P1 bug). Issues at this level should be resolved in a matter of months and should have monthly updates on GitHub. Please consider where this bug really falls in our current priorities, and label it or assign it accordingly. This allows people to have a clearer picture of what work is actually planned. Thanks! |
Duplicate of #45336 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
I think this is distinct from #45336. That issue asks for a standard set of three options: ellipsis at start, middle, or end. This one asks to go beyond that to more arbitrary flexibility:
Not that I personally have an idea for a good API for providing that feature, though. Given the level of activity on this issue, it might just hang out at P2 or P3 indefinitely, and that's fine. |
This issue is marked P1 but has had no recent status updates. The P1 label indicates high-priority issues that are at the top of the work list. This is the highest priority level a bug can have if it isn't affecting a top-tier customer or breaking the build. Bugs marked P1 are generally actively being worked on unless the assignee is dealing with a P0 bug (or another P1 bug). Issues at this level should be resolved in a matter of months and should have monthly updates on GitHub. Please consider where this bug really falls in our current priorities, and label it or assign it accordingly. This allows people to have a clearer picture of what work is actually planned. Thanks! |
This issue is marked P1 but has had no recent status updates. The P1 label indicates high-priority issues that are at the top of the work list. This is the highest priority level a bug can have if it isn't affecting a top-tier customer or breaking the build. Bugs marked P1 are generally actively being worked on unless the assignee is dealing with a P0 bug (or another P1 bug). Issues at this level should be resolved in a matter of months and should have monthly updates on GitHub. Please consider where this bug really falls in our current priorities, and label it or assign it accordingly. This allows people to have a clearer picture of what work is actually planned. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Currently, Text widget supports only limited options for painting overflowed text.
Can we customize the overflow options to support custom truncation positions eg. before
@
for emails? For reference, iOS SDK also supports three different types of modes.Other open issues related to this -
Text
orTextSpan
? #26748Internal bug - b/180975303
The text was updated successfully, but these errors were encountered: