[GH-ISSUE #942] o is undefined #225

Closed
opened 2026-03-07 20:46:24 +03:00 by kerem · 8 comments
Owner

Originally created by @Geronium on GitHub (Jun 30, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/942

Describe the bug
when we open a table with a double click we have this error "o is undefined"

To Reproduce
Steps to reproduce the behavior:

  1. Go to a schema
  2. click right on a "tables"
  3. select one table and double dick on this table to open it
  4. See error : "o is undefined" appair inside a popup at the left of the navigator window

Screenshots

Capture d’écran de 2022-06-30 09-51-44

Desktop (please complete the following information):

  • OS: ubuntu 16.0.4
  • Browser firefox
  • Version 91.4.1esr (64 bits)

Additional context
Add any other context about the problem here, e.g. error log.

thank you

Originally created by @Geronium on GitHub (Jun 30, 2022). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/942 **Describe the bug** when we open a table with a double click we have this error "o is undefined" **To Reproduce** Steps to reproduce the behavior: 1. Go to a schema 2. click right on a "tables" 3. select one table and double dick on this table to open it 4. See error : "o is undefined" appair inside a popup at the left of the navigator window **Screenshots** ![Capture d’écran de 2022-06-30 09-51-44](https://user-images.githubusercontent.com/73563389/176624437-134d3d37-0b5e-43b6-8f08-95698dc52bce.png) **Desktop (please complete the following information):** - OS: ubuntu 16.0.4 - Browser firefox - Version 91.4.1esr (64 bits) **Additional context** Add any other context about the problem here, e.g. error log. thank you
kerem 2026-03-07 20:46:24 +03:00
Author
Owner

@kseniiaguzeeva commented on GitHub (Jun 30, 2022):

Could you please also tell your database?
Can the table be opened via it's context menu?
What Cloudbeaver version do you use?

<!-- gh-comment-id:1171007678 --> @kseniiaguzeeva commented on GitHub (Jun 30, 2022): Could you please also tell your database? Can the table be opened via it's context menu? What Cloudbeaver version do you use?
Author
Owner

@Geronium commented on GitHub (Jul 4, 2022):

Hello,

i have this error with the two databases : oracle and postgres. The tables open in any case, I just have this error which opens a popup (apparently without consequences)

here the version

Build time
June 27, 2022
Backend version
22.1.1.202206271843
Frontend version
22.1.1.202206271847

Thank you

<!-- gh-comment-id:1173529743 --> @Geronium commented on GitHub (Jul 4, 2022): Hello, i have this error with the two databases : oracle and postgres. The tables open in any case, I just have this error which opens a popup (apparently without consequences) here the version Build time June 27, 2022 Backend version 22.1.1.202206271843 Frontend version 22.1.1.202206271847 Thank you
Author
Owner

@Wroud commented on GitHub (Jul 14, 2022):

Could you please try to press Shift+F5 on the application tab (it's should clean browser cache for cloudbeaver)

<!-- gh-comment-id:1184279391 --> @Wroud commented on GitHub (Jul 14, 2022): Could you please try to press Shift+F5 on the application tab (it's should clean browser cache for cloudbeaver)
Author
Owner

@kseniiaguzeeva commented on GitHub (Jul 15, 2022):

I've reproduced the issue on Chrome version 81.0.4044.129. Could you please try to update the browser version?

<!-- gh-comment-id:1185390458 --> @kseniiaguzeeva commented on GitHub (Jul 15, 2022): I've reproduced the issue on Chrome version 81.0.4044.129. Could you please try to update the browser version?
Author
Owner

@kseniiaguzeeva commented on GitHub (Aug 2, 2022):

I have noticed that you have not updated your ticket for a long time. If you wish to reopen this ticket, please feel free to contact me.

<!-- gh-comment-id:1202422925 --> @kseniiaguzeeva commented on GitHub (Aug 2, 2022): I have noticed that you have not updated your ticket for a long time. If you wish to reopen this ticket, please feel free to contact me.
Author
Owner

@UnleashSpirit commented on GitHub (Aug 10, 2022):

Hello,
I have the same problem, it occurs every time I resize the view (left panel, show/hise VALUE panel, etc)

const u = new o((e=>{
  const o = e[0].contentBoxSize[0];
  r($(o.inlineSize)), // <== Here
  i(o.blockSize)
}));

I'm using dbeaver/cloudbeaver:latest (2 days ago) and it happens only on Firefox (Chrome & Edge are OK)

<!-- gh-comment-id:1210715575 --> @UnleashSpirit commented on GitHub (Aug 10, 2022): Hello, I have the same problem, it occurs every time I resize the view (left panel, show/hise VALUE panel, etc) ```javascript const u = new o((e=>{ const o = e[0].contentBoxSize[0]; r($(o.inlineSize)), // <== Here i(o.blockSize) })); ``` I'm using dbeaver/cloudbeaver:latest (2 days ago) and it happens only on Firefox (Chrome & Edge are OK)
Author
Owner

@kseniiaguzeeva commented on GitHub (Aug 10, 2022):

It's a browser related problem. Could you please use another browser version (e.g. 103.0.2 or MSIX -1.0)?

<!-- gh-comment-id:1210731883 --> @kseniiaguzeeva commented on GitHub (Aug 10, 2022): It's a browser related problem. Could you please use another browser version (e.g. 103.0.2 or MSIX -1.0)?
Author
Owner

@kseniaguzeeva commented on GitHub (Sep 7, 2022):

The bug is fixed and available in the latest 22.2.0 release.

<!-- gh-comment-id:1239053060 --> @kseniaguzeeva commented on GitHub (Sep 7, 2022): The bug is fixed and available in the latest 22.2.0 release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#225
No description provided.