TF-3318 Fix black pixel when clicking on attachment with long name
This commit is contained in:
@@ -77,6 +77,7 @@ class AttachmentItemComposerWidget extends StatelessWidget with AppLoaderMixin {
|
|||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
overflowWidget: const TextOverflowWidget(
|
overflowWidget: const TextOverflowWidget(
|
||||||
position: TextOverflowPosition.middle,
|
position: TextOverflowPosition.middle,
|
||||||
|
clearType: TextOverflowClearType.clipRect,
|
||||||
child: Text(
|
child: Text(
|
||||||
'...',
|
'...',
|
||||||
style: AttachmentItemComposerWidgetStyle.dotsLabelTextStyle,
|
style: AttachmentItemComposerWidgetStyle.dotsLabelTextStyle,
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ class AttachmentItemWidget extends StatelessWidget {
|
|||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
overflowWidget: const TextOverflowWidget(
|
overflowWidget: const TextOverflowWidget(
|
||||||
position: TextOverflowPosition.middle,
|
position: TextOverflowPosition.middle,
|
||||||
|
clearType: TextOverflowClearType.clipRect,
|
||||||
child: Text(
|
child: Text(
|
||||||
"...",
|
"...",
|
||||||
style: AttachmentItemWidgetStyle.dotsLabelTextStyle,
|
style: AttachmentItemWidgetStyle.dotsLabelTextStyle,
|
||||||
|
|||||||
+1
@@ -70,6 +70,7 @@ class AttachmentListItemWidget extends StatelessWidget {
|
|||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
overflowWidget: const TextOverflowWidget(
|
overflowWidget: const TextOverflowWidget(
|
||||||
position: TextOverflowPosition.middle,
|
position: TextOverflowPosition.middle,
|
||||||
|
clearType: TextOverflowClearType.clipRect,
|
||||||
child: Text(
|
child: Text(
|
||||||
"...",
|
"...",
|
||||||
style: AttachmentListItemWidgetStyle.dotsLabelTextStyle,
|
style: AttachmentListItemWidgetStyle.dotsLabelTextStyle,
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ class FeedbackDraggableAttachmentItemWidget extends StatelessWidget {
|
|||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
overflowWidget: const TextOverflowWidget(
|
overflowWidget: const TextOverflowWidget(
|
||||||
position: TextOverflowPosition.middle,
|
position: TextOverflowPosition.middle,
|
||||||
|
clearType: TextOverflowClearType.clipRect,
|
||||||
child: Text(
|
child: Text(
|
||||||
'...',
|
'...',
|
||||||
style: FeedbackDraggableAttachmentItemWidgetStyle.dotsLabelTextStyle,
|
style: FeedbackDraggableAttachmentItemWidgetStyle.dotsLabelTextStyle,
|
||||||
|
|||||||
Reference in New Issue
Block a user