I tried setting the PropertiesIconic with user preferences, and that changed the top bar. In other words, on my install the top bar and table operations respond to the same setting.
I think our problem is how these parameters are named and documented. IMO the current default behavior is acceptable, but it does not match the documentation nor the parameters names.
And I don't think it would be appropriate to add parameters (for example, to control just how the navi icons/texts are displayed).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I understand correctly, this is about the main page tabs (Databases, SQL, Status, etc) are affected by the same setting as the database- and table-level tabs (Structure or Browse, SQL, Search). Did I get that right?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Isaac,
no, the server-level tabs are affected by the same parameter as the database- and table-level tabs. The PropertiesIconic parameter affects these tabs, but the documentation says that it should be NavigationBarIconic (even if the tabs are not the same as the navigation bar which contains the << < > >> buttons).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you clear up something as I am confused. Are you saying that there is now no way to have the navigation bar use text+icons but have the tables use icons only?
If so, this feels like a big misstep to me - the table icons are very obvious common icons that are used in many apps (edit/delete etc), whereas the icons on the nav bar are not. Plus the fact there are many of them and they are not very big. It's impossible to know at a glance which is which.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When you guys are talking about the navigation bar, what do you mean?
For me, the navigation bar does not mean the top menu bar; it means the bar that permits to navigate in a results set and contains the page number selector, arrows for next and previous pages, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think we're on the same page: nav bar is the part of the screen previously known as the nav frame + pagination; Table operations refers to the actions that can be performed on the browse and structure views.
It used to be that the top menu bar was independent of the table operation icon settings, so that we could use pure icon table operations, yet retain text labels for the top menu bar (and the settings bars, whose icons are even less intuitive).
In 4.0.2 the menu bar and table operations were fused, and that's our problem: we need text labels for menus, and we would rather stick with icons for table operations (much less wasted space).
Thanks for your screenshots. We were not talking about the same thing at all. You were talking about the top icons in the navigation panel and I was talking about the bar that permits to navigate in the results set.
Working on this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry if I wasn't clear. I was talking about the top menu bar in the main panel, the one that goes Browse/Structure/SQL/Import/Export when on a table view.
I am setting $cfg['PropertiesIconic']=true; in order to only show icons for the Edit/Copy/Delete icons that are by every row of a table. But that is also setting the top menu bar to be icons only.
To me it doesn't make sense for that top one to be icons only, for reasons stated above. Another reason is that the same icon does different things in different places. For example the cylinder icon is "Databases" when on the root page (aka "localhost"), but on a db page (localhost > databasename) it is "Query".
There is also some confusion with the names. The "NavigationBarIconic" option is applying to the navigation at the top of the left panel. Is this the intended behaviour? Those icons are more obvious and consistent across the app so I think they are fine to stay as icons only (the layout is awkward when icons+text is used). My preference is:
Left panel, top navigation: icons only.
Main panel, top menu bar: icons and text.
Main panel, table of query results: icons only.
Main panel, table navigation bar: [AFAIK this is not customisable, it's just text only]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm testing 4.0.4.1. Previously the display of the menu tabs in the main panel has been conttrolled by NavigationBarIconic found in the Settings|Main panel|Browse mode tab. Now this setting seems to control the top buttons in the navigation panel even though it is under Main panel settings. Should the navigation panel icons option be somewhere under Settings|Navigation panel and make NavigationBarIconic work as previously?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK. The demo looks really good. I originally found this ticket in the phpMyAdmin Changelog under section 4.0.4.0, so I thought it was fixed already. Only after I read the whole ticket, did I realise the fix is for 4.0.5. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried setting the PropertiesIconic with user preferences, and that changed the top bar. In other words, on my install the top bar and table operations respond to the same setting.
Probably related to this commit: https://github.com/phpmyadmin/phpmyadmin/commit/a1e711b919fb2f71500a4deafd0f5ce74282adb2
I think our problem is how these parameters are named and documented. IMO the current default behavior is acceptable, but it does not match the documentation nor the parameters names.
And I don't think it would be appropriate to add parameters (for example, to control just how the navi icons/texts are displayed).
If I understand correctly, this is about the main page tabs (Databases, SQL, Status, etc) are affected by the same setting as the database- and table-level tabs (Structure or Browse, SQL, Search). Did I get that right?
Isaac,
no, the server-level tabs are affected by the same parameter as the database- and table-level tabs. The PropertiesIconic parameter affects these tabs, but the documentation says that it should be NavigationBarIconic (even if the tabs are not the same as the navigation bar which contains the << < > >> buttons).
Can you clear up something as I am confused. Are you saying that there is now no way to have the navigation bar use text+icons but have the tables use icons only?
If so, this feels like a big misstep to me - the table icons are very obvious common icons that are used in many apps (edit/delete etc), whereas the icons on the nav bar are not. Plus the fact there are many of them and they are not very big. It's impossible to know at a glance which is which.
I have to agree, this feels like a regression in terms of usability.
When you guys are talking about the navigation bar, what do you mean?
For me, the navigation bar does not mean the top menu bar; it means the bar that permits to navigate in a results set and contains the page number selector, arrows for next and previous pages, etc.
I think we're on the same page: nav bar is the part of the screen previously known as the nav frame + pagination; Table operations refers to the actions that can be performed on the browse and structure views.
It used to be that the top menu bar was independent of the table operation icon settings, so that we could use pure icon table operations, yet retain text labels for the top menu bar (and the settings bars, whose icons are even less intuitive).
In 4.0.2 the menu bar and table operations were fused, and that's our problem: we need text labels for menus, and we would rather stick with icons for table operations (much less wasted space).
Here are a few screenshots to illustrate: https://www.dropbox.com/sh/3mviyl2roqaqgda/MACyjjyHmC
As a bonus, using Navigation Bar: No results in artefacts in the nav bar.
Thanks for your screenshots. We were not talking about the same thing at all. You were talking about the top icons in the navigation panel and I was talking about the bar that permits to navigate in the results set.
Working on this.
I think we will have to add a configuration directive to control only the behavior of the menu tabs. Sounds good?
Yep, sounds good.
Sorry if I wasn't clear. I was talking about the top menu bar in the main panel, the one that goes Browse/Structure/SQL/Import/Export when on a table view.
I am setting
$cfg['PropertiesIconic']=true;
in order to only show icons for the Edit/Copy/Delete icons that are by every row of a table. But that is also setting the top menu bar to be icons only.To me it doesn't make sense for that top one to be icons only, for reasons stated above. Another reason is that the same icon does different things in different places. For example the cylinder icon is "Databases" when on the root page (aka "localhost"), but on a db page (localhost > databasename) it is "Query".
There is also some confusion with the names. The "NavigationBarIconic" option is applying to the navigation at the top of the left panel. Is this the intended behaviour? Those icons are more obvious and consistent across the app so I think they are fine to stay as icons only (the layout is awkward when icons+text is used). My preference is:
Suggested fix:
https://github.com/lem9/phpmyadmin/commit/d4d5a037660dbd2b37813843c702f92ad9e5a524.patch
I'm testing 4.0.4.1. Previously the display of the menu tabs in the main panel has been conttrolled by NavigationBarIconic found in the Settings|Main panel|Browse mode tab. Now this setting seems to control the top buttons in the navigation panel even though it is under Main panel settings. Should the navigation panel icons option be somewhere under Settings|Navigation panel and make NavigationBarIconic work as previously?
candev: have a look at the future 4.0.5 (see http://demo.phpmyadmin.net/QA_4_0)
OK. The demo looks really good. I originally found this ticket in the phpMyAdmin Changelog under section 4.0.4.0, so I thought it was fixed already. Only after I read the whole ticket, did I realise the fix is for 4.0.5. Thanks.