User Preference glide.ui.accessibility.show_truncated_text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 02:54 PM
I was working on a new script and was doing some debugging and came across this warning in my console for a userPref called glide.ui.accessibility.show_truncated_text. Can anyone tell me how to use it. There are a lot of times that it would be useful to see truncated text. Is it even possible?
I tried already creating a system property with it and nothing changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 04:30 AM
I'm seeing this too in my dev console when I hover over type ahead search results in the portal. Have no idea how it all started
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
There is a system preference record missing in the [sys_user_preference] table.
Name: glide.ui.accessibility.show_truncated_text
System value = true.
Type: True False
value = true will turn on accessibility.show_truncated_text preference for all users as default
value = false will turn off accessibility.show_truncated_text preference for all users as default
Not having a record with throw the error above because a default value is expected.
