111
Views
4
Comments
Solved
JS error: Cannot read properties of null (reading 'style') without manipulating style
Application Type
Reactive
Service Studio Version
11.54.14 (Build 62552)

Hey everyone!

We're experiencing a weird error, and the error log doesn't help us much finding our the root cause for it. I'm hoping someone can help us with this:

We have a screen with a list and a search bar

We add a few terms to the search bar

And when we delete them, the list refreshes and appears on the screen, but if I scroll down it gives an error, the screen is empty, and we're forced to refresh the browser

We checked service center and the error log is the following

We're not manipulating any style on this screen. Also, it doesn't always happen, and it only happens when scrolling down, after clearing the search, and after the data is fetched.

I also have here the log from the browser console:

It looks something related to OutSystemsReactView, but I really don't know what else to do.

Did anyone have this issue before? Or has any idea how to solve this?

Thanks in advance! :)


2022-07-22 08-49-20
Laura Fidalgo
Solution

For future reference, adding this to all lists solved the issue :

2021-03-05 13-56-11
Ricardo Pereira
 
MVP

Hi,

Can you share your OML with us? It's more simple to analyse the problem seeing the implementation.

Thanks!


Best regards,

Ricardo

2022-07-22 08-49-20
Laura Fidalgo

Hi Ricardo :)

I actually can't, this is a client's property, and I can't reproduce this in my personal area

2022-07-22 08-49-20
Laura Fidalgo

Hi everyone! 

Here's another clue about this issue:


It happens while running this JS in the background

2022-07-22 08-49-20
Laura Fidalgo
Solution

For future reference, adding this to all lists solved the issue :

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.