sijocherian / google-bigquery

Automatically exported from code.google.com/p/google-bigquery
0 stars 0 forks source link

BigQuery UI, new Query edit area too small #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login bigquery UI
2. press the query table button.

The "New query" textarea lock to 7 lines to display. 
It is unconvinced while edit a long query. 
make the "New Query" area scalable can simply solve the issue 
and enhance the usability largely. 

Original issue reported on code.google.com by Luce...@gmail.com on 11 Nov 2014 at 3:43

Attachments:

GoogleCodeExporter commented 9 years ago
for chrome user, there is a work-through 

$$("#content-panel-query")[0].style.height="500px";$$("#query-input")[0].style.h
eight="350px";$$("#content-panel-main")[0].style.top="500px";

Original comment by Luce...@gmail.com on 11 Nov 2014 at 4:06

GoogleCodeExporter commented 9 years ago
You can already resize the query editor by dragging the horizontal divider 
below the "Run Query" button. There's a little "handle" in the middle of the 
bar to try to suggest that it's draggable (but obviously this is not noticeable 
enough!).

Original comment by jcon...@google.com on 11 Nov 2014 at 6:59

GoogleCodeExporter commented 9 years ago
Marking as "Fixed" since I don't like to mutate someone else's issue... but 
Lucemia, if you'd like to edit the issue into "resizing for edit area is not 
discoverable", that would be open.

Original comment by e...@google.com on 18 Nov 2014 at 8:25

GoogleCodeExporter commented 9 years ago
Is there anyway I can edit the issue title?

Original comment by Luce...@gmail.com on 19 Nov 2014 at 5:01