In the Seven admin theme, the "edit view/name description" interface covers up at least one of the display titles in a long list. As a result, there's only a sliver at the bottom of the display title button that's clickable, and none of the title itself is visible.
This issue can be remedied by moving the "view/name description" button out of the display title block.
The "view/name description" button actually shouldn't even be in the display, as it relates to changes at the views level and not at the display level.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | add-margins-views-port-D7-1128236-14.patch | 709 bytes | yashadev |
| #12 | add-margins-views-1128236-12.patch | 716 bytes | yashadev |
| #10 | add-margins-views-1128236-10.patch | 529 bytes | yashadev |
| #9 | tabs-overflow-views-1128236-9.patch | 456 bytes | yashadev |
| #1 | wrap.png | 373.14 KB | merlinofchaos |
Comments
Comment #1
merlinofchaos commentedI just tested and this has already been fixed in -dev.
Comment #3
Katrina B commentedWas this fix ever moved into the recommended release for Views? I'm using Views 3.1 and still having this problem.
Comment #4
dawehnerI guess most people are able to fix that.
Comment #5
codi commentedIs this still an issue for anyone? I seem to still be experiencing it in 3.3.
Comment #6
Katrina B commentedYes, this is still a problem for me in 3.3 as well.
Comment #7
yashadev commentedComment #8
yashadev commentedThis is still an issue in 3.x-dev. Assigning this to myself. Patch will be uploaded soon
Comment #9
yashadev commentedThe patch adds margin-right to css styling
Comment #10
yashadev commentedActually this needs to be patched for 8.x-3x-dev and ported back to 7.x-3.x-dev since the issue exists in both releases. Here's the patch for the 8.x-3.x-dev release.
Comment #11
hydra commentedWell this solution is working, but in my opinion it is not generic enough. What will happen in case the dropdown contains content wich is bigger then 200 pixles?
This probably happens in an other language where you need more words to describe the same thing. As well there is hook_views_ui_display_top_links(), so it might be possible that someone alters the link dropdown and includes some fancy bug words :)
I see two possibilitys:
1. use css without the margin and do some fancy floating stuff.
2. add a max-width for the dropdown (would make sense)
In case 2 the margin solution of yours would do the job.
Comment #12
yashadev commentedThanks for the review. Here's patch for D8
Comment #13
hydra commentedLooks good to me! Tanks for the patch. I think you can do the D7 patch as well.
Comment #14
yashadev commentedHere's the port to D7. Glad to help :)
Comment #15
dawehnerThanks for uploading both patches for d8 to d7! Committed to both branches.