[Bug-15833] 8.0.8 Nightly Flex Repeater Issues

Just a quick example of a repeater with 120 instances of a simple view.

This is the view being repeated.

image

perspectiveIssues_2020-01-17_1150.zip (4.7 KB)


11:48:28.011 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
11:48:28.011 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
11:48:28.017 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
11:48:28.017 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
11:48:28.027 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
11:48:28.027 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
11:48:28.033 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
11:48:28.033 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
11:48:28.039 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
11:48:28.039 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
11:48:28.049 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
11:48:28.049 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
11:48:28.185 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded

When did you take the nightly you are using? I noticed the same thing in a recent development PR but am trying to isolate when the issue might have been introduced.

Today

We’re looking into it.

8.0.9 Stable version, looks like the same bug, but in breakpoint container with embedded view.

boundary: undefined
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error boundary: undefined
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - RangeError: Maximum call stack size exceeded
13:53:56.060 [Browser Events Thread] INFO Perspective.Designer.BrowserConsole - ui.ErrorBoundary: Component error caught in error

We are aware of this issue and it’s currently being a bit exacerbated by some changes for 8.0.9. A fix for this is currently being worked on.
We did find that it occurs mostly when navigating to and from pages with lots of bindings (embedded views especially). Sadly, the only real solution here is to wait for a fix in an upcoming build.

Hello,
Is it fixed yet?
I upgrated Ignition to 8.1.4 and I have the same problem with Map...

15:36:47.911 [Browser Thread: 52810] ERROR Perspective.Designer.Workspace - level: LEVEL_ERROR
message: "ui.ErrorBoundary: Component error caught in error boundary: undefined"
line_number: 12
source: "http://ip:8088/res/perspective/js/PerspectiveClient.cf97d53d32860533ea6f.js"

it's strange) when I paste new Map and copying Old Map's parameters to new one, so I get the same error

anybody?
Actually this is the Main screen of our Project))) It’s funny that it is not working…
so… I think I should return to the 8.1.1 version of Ignition, shouldn’t I?

:white_check_mark:I fixed it!
If somebody meets the same problem, so the solution for me was:

Map Popups in new version of Ignition are integrated into the markers!
In old version they were separated ui/markers… ui/popups. Now it’s: ui/markers/popups

I just inserted the popup array into markers’ and it’s working now…

omg… how should I know about it??? ((( holy Moly… :cold_sweat:

1 Like