New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table SQL: Align Query and Columns fields #13124
Comments
|
Certainly they could be sized same as the textarea. |
|
Could the difference be due to $cfg['CodemirrorEnable'] = false; ? |
|
Yes, the default dimensions are different. Also as the editing area is resizeable, the height of columns selector should match it even when resizing. |
|
Should the default size be different? |
|
That's probably just a side effect of different fonts, the number of rows should be same and should match $cfg['TextareaRows']. |
|
Thats the reason why the pages have to be responsive to avoid such errors caused by user preferences and browsers like in this case fonts. |
|
Hi, is there still room to jump in on this? I'd like to start contributing. |
Signed-off-by: yanping <xyp.xiong@gmail.com>
|
Is this not already implemented - when I just tried to open this it looked like it was correct |
|
@JSn1nj4 Are you still interested in contributing ? |
|
I want to try this issue. How do I see how my changes affect the running application? I do not want to host my own server to do testing. |
|
@willwalsh96 you could do the changes online and submit a patch afterwards |
|
@williamdes I'm sorry, I was, but I'm too short on time to add a project into my schedule. Sorry for the late reply. |
|
@willwalsh96 Is this issue still valid? I want to work on it if possible. Seems valid in the demo server. |
|
@rishirajpurohit Is seems still valid, you can have a try to fix it if you want |
|
@williamdes 👍 Awesome, on it. The expected behaviour is have the same height by default. Quick questions:
|
@OlafvdSpek what do you think about this ? I would like to have the text area in sync with the column list
Yes |
|
Yes, having the two fields be the same vertical size seems good. |


Could the Columns field be extended downward to consume the empty space?
The text was updated successfully, but these errors were encountered: