Skip to content
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

Closed
OlafvdSpek opened this issue Mar 27, 2017 · 18 comments
Closed

Table SQL: Align Query and Columns fields #13124

OlafvdSpek opened this issue Mar 27, 2017 · 18 comments
Assignees
Labels
enhancement A feature request for improving phpMyAdmin hacktoberfest newbie ui Issues relating to the user interface
Milestone

Comments

@OlafvdSpek
Copy link

Could the Columns field be extended downward to consume the empty space?

pma

@nijel nijel added enhancement A feature request for improving phpMyAdmin newbie ui Issues relating to the user interface labels Mar 27, 2017
@nijel
Copy link
Contributor

nijel commented Mar 27, 2017

Certainly they could be sized same as the textarea.

@Achilles-96
Copy link
Contributor

Achilles-96 commented Mar 27, 2017

This is how I have it.
screenshot_20170327_164011
I checked it on demo server as well. It is similar.

@OlafvdSpek
Copy link
Author

Could the difference be due to $cfg['CodemirrorEnable'] = false; ?

@nijel
Copy link
Contributor

nijel commented Mar 27, 2017

Yes, the default dimensions are different. Also as the editing area is resizeable, the height of columns selector should match it even when resizing.

@OlafvdSpek
Copy link
Author

Should the default size be different?

@nijel
Copy link
Contributor

nijel commented Mar 27, 2017

That's probably just a side effect of different fonts, the number of rows should be same and should match $cfg['TextareaRows'].

@Fenn-CS
Copy link
Contributor

Fenn-CS commented Mar 27, 2017

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.

@JSn1nj4
Copy link

JSn1nj4 commented Dec 1, 2017

Hi, is there still room to jump in on this? I'd like to start contributing.

xypXiong added a commit to xypXiong/phpmyadmin that referenced this issue Jan 18, 2018
Signed-off-by: yanping <xyp.xiong@gmail.com>
@ibennetch ibennetch added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label May 19, 2018
@williamdes williamdes removed the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label May 18, 2019
@KasperFranz
Copy link

Is this not already implemented - when I just tried to open this it looked like it was correct

@williamdes williamdes added this to Triage zone in Enhancements Jan 23, 2020
@williamdes
Copy link
Member

@JSn1nj4 Are you still interested in contributing ?

@williamdes williamdes moved this from Triage zone to Interface in Enhancements Jan 24, 2020
@willwalsh96
Copy link

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.

@williamdes
Copy link
Member

@willwalsh96 you could do the changes online and submit a patch afterwards
For sure having a local php web server would be a better idea
Demo servers (root, no password)

@JSn1nj4
Copy link

JSn1nj4 commented Mar 5, 2020

@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.

@ri5h
Copy link

ri5h commented Mar 12, 2020

@willwalsh96 Is this issue still valid? I want to work on it if possible. Seems valid in the demo server.
Screenshot 2020-03-12 at 18 34 50

@williamdes
Copy link
Member

@rishirajpurohit Is seems still valid, you can have a try to fix it if you want

@ri5h
Copy link

ri5h commented Mar 13, 2020

@williamdes 👍 Awesome, on it. The expected behaviour is have the same height by default. Quick questions:

  1. If user resizes the Query field, should it change the height of column field as well ?
  2. Should the target be master ?

@williamdes
Copy link
Member

@williamdes Awesome, on it. The expected behaviour is have the same height by default. Quick questions:

  1. If user resizes the Query field, should it change the height of column field as well ?
  2. Should the target be master ?

@OlafvdSpek what do you think about this ?

I would like to have the text area in sync with the column list

Should the target be master ?

Yes

@OlafvdSpek
Copy link
Author

Yes, having the two fields be the same vertical size seems good.

@MauricioFauth MauricioFauth self-assigned this Mar 18, 2020
@MauricioFauth MauricioFauth added this to the 5.1.0 milestone Mar 18, 2020
Enhancements automation moved this from Interface to Done Mar 18, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement A feature request for improving phpMyAdmin hacktoberfest newbie ui Issues relating to the user interface
Projects
Enhancements
  
Done
Development

No branches or pull requests