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-iammwashuit-iamm Posts: 108Questions: 45Answers: 2
edited February 2023 in Free community support

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

  • washuit-iammwashuit-iamm Posts: 108Questions: 45Answers: 2

    I see on the 1.12 changelog:

    Processing indicator updated to use a CSS animation indicating that something is happening

    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:

      "language": {
         "processing": "DataTables is currently busy"
      }
    

    But it still looks like its trying to show the loading dialog.

  • washuit-iammwashuit-iamm Posts: 108Questions: 45Answers: 2
    edited February 2023

    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:

  • allanallan Posts: 61,824Questions: 1Answers: 10,131 Site admin
    Answer ✓

    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

Sign In or Register to comment.