| From: | Jack Royal-Gordon <jackrg(at)pobox(dot)com> |
|---|---|
| To: | "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org> |
| Subject: | Problem when double-clicking to auto-size column in query window |
| Date: | 2020-09-28 16:19:14 |
| Message-ID: | 5D5CCBA4-5F4B-4717-B911-31B011AEA2F8@pobox.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
When I double-click on the column border of the query result window to auto-size a column, I get no resizing and the following error in the log. I get this both with Safari and Chrome. I’m running version 4.1of pgAdmin4.
Error from Safari:
TypeError: undefined is not an object (evaluating 'b().fromCell’)
n sqleditor.js:619264
(anonymous function) vendor.js: 789612
trigger vendor.js: 2206214
handleHeaderCheck vendor.js: 2230971
dispatch vendor.js: 51259
(anonymous function) vendor.js: 1947375
Error from Chrome:
Uncaught TypeError: Cannot read property 'fromCell' of undefined
at SlickGrid.n (sqleditor.js?ver=40100:1)
at i.notify (vendor.js?ver=40100:1)
at trigger (vendor.js?ver=40100:1)
at HTMLDivElement.handleHeaderClick (vendor.js?ver=40100:1)
at HTMLDivElement.dispatch (vendor.js?ver=40100:1)
at HTMLDivElement.i.dispatch (vendor.js?ver=40100:1)
at HTMLDivElement.g.handle (vendor.js?ver=40100:1)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Khushboo Vashi | 2020-09-29 05:14:47 | Re: Problem when double-clicking to auto-size column in query window |
| Previous Message | Dave Page | 2020-09-28 09:56:07 | Re: How do I tell pgAdmin 4 to not harass me with pointless extra clicks every single time I want to use it? |