Reg: Standard Ticket header widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 12:00 PM
Hi All,
We have configured few fields to be displayed on standard Ticket header widget.
But we want the field configuration item to autoexpand (high-lighted field in the below screenshot).
Please suggest , how to achieve this.
Thanks,
Talya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 09:07 AM
@Pooja_Patil , Need to customize widget header to auto expand fields. Can you suggest here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 04:44 PM
Looks like you have customized Standard Ticket Header widget.
It is header-text class in css that is driving this behavior, this class is also used in multiple places so you have to be careful what change you are making to auto expand fields. If you remove overflow and text-overflow, field will expand horizontally, that will create problems of text overflowing outside the parent div or it may overlap other fields. You will also have to make sure the tooltip is positioned correctly.
Even though the text overflow is hidden and shows ellipsis (...) you will see that tooltip shows entire text.
If you still want to expand the field I would suggest to add css to expand the parent div vertically to address issues mentioned above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 11:28 AM
@Pooja_Patil Thank you for sharing all these details 🙂