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

2.2 admin UI bug: long tables (lots of fields or long unbreakable field data) hide action buttons #650

Open
ionas opened this issue Apr 23, 2015 · 3 comments
Projects
Milestone

Comments

@ionas
Copy link
Contributor

ionas commented Apr 23, 2015

This should be fixed in two ways:

  1. The table should scroll horizontally within a container/itself (not the whole backend)
  2. TH and TD should feature word-wrap: break (CSS3)
    This should be patched to both, bake templates and core admin index view templates
    (3. Developers should be advised to not add too much unnecessary fields to admin index tables view templates)

As for croogo 3.x there should be a way to hide/unhide fields in index views and it should only show like id, created, modified, 3-5 further fields (discuss) and autohide the rest (to be unhidden by the user on request). The changes above (1. and 2.) should still go in.

I'll eventually have to patch at least the bake templates for feature 1. and 2. myself and supply that as a PR later this or coming month.

@ionas ionas changed the title 2.2 UI Bug: long tables (lots of fields or long unbreakable field data) hide action buttons 2.2 admin UI bug: long tables (lots of fields or long unbreakable field data) hide action buttons Apr 23, 2015
@ionas
Copy link
Contributor Author

ionas commented Apr 23, 2015

untitled-1

@Wouter0100
Copy link
Contributor

That hide/unhide feature could be an third party plugin, since you should be able to hook into the model/table and update the $_displayFields variable per request. If Croogo is ported to Cake3, I'll take a look. Like that idea.

@rchavik rchavik added this to the 2.3.1 milestone Dec 6, 2017
@rchavik rchavik modified the milestones: 2.3.1, 5.0.0 Nov 26, 2019
@rchavik
Copy link
Member

rchavik commented Nov 26, 2019

We should try to address this in #933

@rchavik rchavik added this to High priority in 5.0 Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
5.0
  
High priority
Development

No branches or pull requests

3 participants