User Preference glide.ui.accessibility.show_truncated_text

Jeffrey Lord
Tera Contributor

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.

6 REPLIES 6

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

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.