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.

Comments

merlinofchaos’s picture

Status: Active » Fixed
StatusFileSize
new373.14 KB

I just tested and this has already been fixed in -dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Katrina B’s picture

Version: 7.x-3.0-beta3 » 7.x-3.1
Status: Closed (fixed) » Active

Was this fix ever moved into the recommended release for Views? I'm using Views 3.1 and still having this problem.

dawehner’s picture

Issue tags: +Novice

I guess most people are able to fix that.

codi’s picture

Is this still an issue for anyone? I seem to still be experiencing it in 3.3.

Katrina B’s picture

Yes, this is still a problem for me in 3.3 as well.

yashadev’s picture

Version: 7.x-3.1 » 7.x-3.3
Status: Active » Needs work
yashadev’s picture

Version: 7.x-3.3 » 7.x-3.x-dev
Assigned: Unassigned » yashadev

This is still an issue in 3.x-dev. Assigning this to myself. Patch will be uploaded soon

yashadev’s picture

Status: Needs work » Needs review
StatusFileSize
new456 bytes

The patch adds margin-right to css styling

yashadev’s picture

Version: 7.x-3.x-dev » 8.x-3.x-dev
StatusFileSize
new529 bytes

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

hydra’s picture

Status: Needs review » Needs work

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

yashadev’s picture

Status: Needs work » Needs review
StatusFileSize
new716 bytes

Thanks for the review. Here's patch for D8

hydra’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me! Tanks for the patch. I think you can do the D7 patch as well.

yashadev’s picture

StatusFileSize
new709 bytes

Here's the port to D7. Glad to help :)

dawehner’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for uploading both patches for d8 to d7! Committed to both branches.

Automatically closed -- issue fixed for 2 weeks with no activity.