Tables in Big Query console can't be resized
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: kontakt, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
// I know - It's a Google's project, so I should report to them, but frankly, I have low hope they would care as long it works well on Chrome.
To reproduce this you must have access to https://console.cloud.google.com/bigquery
Execute a test query like:
WITH db AS (
SELECT [0] AS some_very_long_table_name
) SELECT * FROM db;
Actual results:
Columns in the query results can't be resized, as a result of which, values in the cells are truncated.
Expected results:
Like in Chrome, the columns should have resize functionality working well.
Updated•11 months ago
|
Reporter | ||
Comment 1•11 months ago
|
||
I reported this to Google, here is the reply I've got:
Kindly note that we have previously raised this matter with our BigQuery and Cloud Console Product Teams, however this is a known issue on Mozilla Firefox’s side [1], so our Product Teams have advised to escalate this issue through Mozilla channels to expedite a resolution [2]. As a workaround, you may be able to hover over the column to check the full value of the column.
(The link below is provided by a third-party source, so we are unable to guarantee its validity or veracity)
[1] Resizeable doesn’t work for table headers in Firefox:
https://bugs.jqueryui.com/ticket/8120/
[2] Firefox headers issue is not solvable from BigQuery’s side and should be followed up through Mozilla channels:
https://issuetracker.google.com/244359762
Comment 2•11 months ago
|
||
That jQuery bug points to https://bugzilla.mozilla.org/show_bug.cgi?id=63895 which is fixed quite a while ago, and the example in https://jsfiddle.net/AEqAE/ does work... So it's unlikely to be the same issue.
Reporter | ||
Comment 3•11 months ago
|
||
Thanks! I've passed that reply to the Google Could bug report.
Comment 4•10 months ago
|
||
I can reproduce this. I don't use Google Cloud but I was able to click through the new-user info, and using the Google Trends dataset (i.e. with that auto-suggested test-data opened up from the new user prompts), I was able to execute this query in the "new query" UI:
WITH db AS (
SELECT [0] AS international_top_rising_terms
) SELECT * FROM db;
And I was able to generate a reduced testcase using the testcase reducer
addon. Attaching shortly.
Comment 5•10 months ago
|
||
Comment 6•10 months ago
|
||
Ah, so this is bug 1659515.
Description
•