console.cloud.google.com - Columns in query results in bigquery are not resizable as the option is missing
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(firefox128 affected, firefox129 affected, firefox130 affected)
People
(Reporter: rbucata, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:platform-bug, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:feature-broken configuration:general affects:all branch:release
Attachments
(1 file)
1010.64 KB,
video/mp4
|
Details |
Environment:
Operating system: Windows 10
Firefox version: Firefox 130.0
Steps to reproduce:
- Navigate to: https://console.cloud.google.com/bigquery
- Click on "Open this query" below the "Try the Google Trends Demo Query"
- On the newly opened page click on the "Run" button.
- Observe the columns in the query results tab
Expected Behavior:
The option to resize the columns is present
Actual Behavior:
Columns in query results in bigquery are not resizable as the option is missing
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, and Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/139187
Reporter | ||
Comment 1•4 months ago
|
||
Reporter | ||
Updated•4 months ago
|
Comment 2•4 months ago
|
||
We've had this before and fixed it, see https://github.com/webcompat/web-bugs/issues/111490 - but seems to be happening again.
Comment 3•4 months ago
|
||
This available under a pref layout.tables.scrollable-cells
and depends on bug1904159 as there is some work required to enable the pref by default in bug1883699.
Comment 4•4 months ago
•
|
||
(In reply to Dennis Schubert [:denschub] from comment #2)
We've had this before and fixed it, see https://github.com/webcompat/web-bugs/issues/111490 - but seems to be happening again.
We had probably only fixed on Nightly (via the pref that ksenia referenced).
We had layout.tables.scrollable-cells
default-enabled-only-on-Nightly for a while, but we never enabled it on release and we recently toggled it back to false
for Nightly too because it causes some known regressions that we still need to fix.
Description
•