Upgrading from 1.11.4 -> 1.13.2: processing text/loadingRecords text is blank.
Upgrading from 1.11.4 -> 1.13.2: processing text/loadingRecords text is blank.
washuit-iamm
Posts: 133Questions: 55Answers: 2
I dont have a way to easily host a code example, but after upgrading the loading dialog show the following:
Did something change with the loading dialog?
Setting the following had no effect:
"language": {
"loadingRecords": "Please wait - loading..."
}
Chrome Version 109.0.5414.120 (Official Build) (64-bit)
This question has an accepted answers - jump to answer
Answers
I see on the 1.12 changelog:
Am I supposed to be seeing an indicator? Looking at the HTML/CSS it looks like there is an animation but I see nothing.
Also I found the following did add text:
But it still looks like its trying to show the loading dialog.
Okay so looks like a bug in the CSS? Chrome says the background color value is not valid:
When I change to
#ffffff
it works:It is a bug - sorry. This discussion made me aware of it and I committed a fix there. The nightly carries the fix. I'll be tagging up 1.13.3 later in the week to address this.
Allan