Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ayang’s picture

I was working with ijf8090 on this in the sprints at Drupalcon. Looks like some of the fields in the second column ("Field Identifier" and "Allow Multiple Selections") aren't being wrapped in the wrapper correctly. I'm guessing they're supposed to be in the second column?

ijf8090’s picture

dawehner’s picture

Version: 8.0.0-beta10 » 8.0.x-dev

Good catch!

Did you tried creating a patch for this particular issue? https://www.drupal.org/node/707484 in case you need help how to create patches.

katzilla’s picture

For me it seems to be a CSS-Issue. The float of the right column (views-right-60) needs to be cleared. I'll try to find a way to clear this without destroying anything.

katzilla’s picture

Adding a patch to fix this issue.

katzilla’s picture

Status: Active » Needs review
dawehner’s picture

Issue tags: +Needs screenshot

Do you mind posting an image of before/after in the issue summary?

katzilla’s picture

Issue summary: View changes
Issue tags: -Needs screenshot
FileSize
83.86 KB
83.91 KB
99.04 KB
94.86 KB

Here are the screenshots:

LTR before Patch:
ltr before patch

LTR after Patch:
ltr after patch

RTL before Patch:
rtl before patch

RTL after Patch:
rtl after patch

katzilla’s picture

katzilla’s picture

Issue summary: View changes
lucur’s picture

On a fresh drupal-8 installation the views CSS is overridden by the stable theme CSS. I changed both files so that any element gets cleared, not only DIVs.

See #2575737: Copy templates, CSS, and related assets to Stable and override core libraries' CSS

swati_qa’s picture

I tried reproducing the issue on Firefox, but it is displayed correctly on link http://localhost/drupal/admin/structure/views/view/content.
Screenshot has been attached for reference.

swati_qa’s picture

FileSize
71.96 KB
swati_qa’s picture

Status: Needs review » Reviewed & tested by the community
star-szr’s picture

Status: Reviewed & tested by the community » Needs review

From what I can see this is a Firefox bug that was solved in Firefox 42. I was able to reproduce the behaviour only on Firefox 41 and earlier. The stable release as of this writing is 44.

I'm setting this back to needs review, I think this is a bit of a special case that needs more discussion, see also #2390621: [policy, no patch] Update Drupal's browser support policy.

@swati_qa from what you're saying you weren't able to reproduce this either - for future reference the "Reviewed & tested by the community" status shouldn't be used when the bug the patch is trying to solve can't be reproduced: https://www.drupal.org/node/156119#rtbc. Generally we would use "Closed (duplicate)" if the bug has been confirmed fixed or "Closed (cannot reproduce)" if the bug reported was never able to be reproduced (but this one was able to be reproduced at least at one point!).

swati_qa’s picture

Tested patch text_layout_issue_s-2489660-11.patch as mentioned in #11 for Firefox 41.
I was able to reproduce the issue there.
Steps followed:
1. Login as ADMIN.
2. Navigate to admin/structure/views/view/content
3. Select Content: Publishing status (grouped)

Screenshots have been attached for reference.
The issue still persists on Firefox 41 after patch was applied.
Also, issue is not reproducible on Firefox 44.
As patch fails testing, moving the issue to "Needs Work".

swati_qa’s picture

Status: Needs review » Needs work
star-szr’s picture

@swati_qa thanks for that testing!

AlviMurtaza’s picture

Status: Needs work » Needs review
FileSize
385 bytes

Adding the fix.

swati_qa’s picture

Tested patch text-layout-issue-views-2489660-19.patch mentioned in #19 for Firefox 41.

Steps followed:
1. Login as ADMIN.
2. Navigate to admin/structure/views/view/content
3. Select Content: Publishing status (grouped)

Issue is working fine on Firefox 41.0 after patch was applied in RTL as well as LTR.
Screenshots attached for both views.
Issue is fixed for Firefox 41.0, so moving to RTBC.

swati_qa’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Assigned: Unassigned » star-szr

In #15 @Cottser wrote:

I'm setting this back to needs review, I think this is a bit of a special case that needs more discussion, see also #2390621: [policy, no patch] Update Drupal's browser support policy

So do we fix this or not? Assigning to Cottser.

  • Cottser committed f959540 on 8.2.x
    Issue #2489660 by katzilla, lucur, AlviMurtaza, swati_qa, ijf8090,...

  • Cottser committed f98c708 on 8.1.x
    Issue #2489660 by katzilla, lucur, AlviMurtaza, swati_qa, ijf8090,...
star-szr’s picture

Title: Text Layout issue(s) - Views » Views UI text overlap in older versions of Firefox
Version: 8.0.x-dev » 8.1.x-dev
Assigned: star-szr » Unassigned
Status: Reviewed & tested by the community » Fixed

I like the fix in #19 more than the previous one and I don't see any harm/risk here so I think in this case we should fix it.

Committed and pushed f959540 to 8.2.x and f98c708 to 8.1.x. Thanks!

Status: Fixed » Closed (fixed)

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