Comments

webchick created an issue. See original summary.

webchick’s picture

Issue tags: +Outside-in, +Usability, +sprint
manjit.singh’s picture

Assigned: Unassigned » manjit.singh
manjit.singh’s picture

Assigned: manjit.singh » Unassigned
Status: Active » Needs review
StatusFileSize
new41.32 KB

Looks like this issue is exist only for mac users, I have checked it in Linux-Ubuntu, It looks good to me. Buttons are not overlapping with the scrollbar.

ousidein

naveenvalecha’s picture

Issue summary: View changes
Status: Needs review » Active
StatusFileSize
new73.85 KB

This does not seems to be the OS specific rather than browser version specific.
I'm able to reproduce it.
Adding screenshot with the environment detail.

manjit.singh’s picture

I am not able to see the screenshot @Naveen. Seems like it has nothing.

gábor hojtsy’s picture

Issue summary: View changes

@naveenvalecha: yeah it has a dot and a red dashed square, hard to tell what you mean by that

naveenvalecha’s picture

StatusFileSize
new220.18 KB
new253.21 KB

Sorry for the wrong snapshot. Seems the Awesome Screenshot chrome extension was not happy that time :P

I investigated the problem more in depth, the problem is not macspecific. its due to the resolution of the screen.See in the screenshots below.I'll dig further with Manjit tomorrow in person.

Vidushi Mehta’s picture

Status: Active » Needs review
StatusFileSize
new494 bytes
new39.12 KB

I have attached patch for the above issue with screenshot. Please review.

manjit.singh’s picture

Status: Needs review » Needs work
Issue tags: +Dublin2016
StatusFileSize
new60.69 KB

Seems like text is still overlapping and not visible properly. see the screenshots.

erwqe

nathanlawsn’s picture

Status: Needs work » Needs review
StatusFileSize
new732 bytes

Seems that there is insufficient space when the row weights are visible.

If you remove the 120px minimum width from the first column and set the table row & column width to 100% it has sufficient space.

Don't suppose you know why we have a minimum width?

Status: Needs review » Needs work

The last submitted patch, 11: 2781579-11.patch, failed testing.

brahmjeet789’s picture

StatusFileSize
new1.23 KB
brahmjeet789’s picture

StatusFileSize
new1.23 KB

please review the patch

brahmjeet789’s picture

Status: Needs work » Needs review
moonpeak’s picture

StatusFileSize
new40.57 KB

Hi,

Could you specify the steps to reproduce the issue. I downloaded and applied the patch on my local instance but, was unable to see menu under block layout.

nathanlawsn’s picture

StatusFileSize
new25.58 KB

@moonpeak Have you enabled the Settings Tray module?

If so, hit 'Quick Edit' on the Tools block.

Quick Edit option under Contextual filters

manjit.singh’s picture

Version: 8.2.x-dev » 8.3.x-dev
Status: Needs review » Needs work

This need bit more testing with the latest patch. @moonpeak It would be good if you can do that.

Vidushi Mehta’s picture

Status: Needs work » Needs review
StatusFileSize
new26.58 KB
new74.11 KB
new494 bytes
new45.45 KB
new116.38 KB

Added new patch for this with before and after screenshots. @Manjit please look into this.

Vidushi Mehta’s picture

StatusFileSize
new776 bytes

This is the updated patch. Please review this.

Vidushi Mehta’s picture

gábor hojtsy’s picture

@Vidushi Mehta: why is this better/different, what did you find with the previous one, how is this fixing it better?

manjit.singh’s picture

Status: Needs review » Needs work

@Vidushi: Seems like #19 & #20 have completely different from each other. Seems like, there some mistake while creating the patch file. Can you please look into this. And Please don't forget to attach interdiff file in future.

Vidushi Mehta’s picture

@Gabor and @Manjit sorry actually by mistake i had uploaded my old patch that is #19 but the new and correct one is #20 and the screenshots that i had attached with #19 are for the patch #20.
So please ignore #19 patch and review #20.

Vidushi Mehta’s picture

Status: Needs work » Needs review
tkoleary’s picture

Issue tags: -sprint, -Dublin2016
tkoleary’s picture

Status: Needs review » Closed (cannot reproduce)

Other changes have resolved this issue by introducing better sandboxing of tray css.

tkoleary’s picture

Status: Closed (cannot reproduce) » Needs work

No, I spoke too soon. The problem at #10 still exists, but the patch at #20 does not properly resolve it.

What is needed is a way to make the table 100% but for it to 'flex' when the extra scroll bar appears.

amit.mall’s picture

StatusFileSize
new503 bytes

I have fixed text "Operations" overlapping issue and it's working fine. I have attached patch for this please review.

amit.mall’s picture

StatusFileSize
new65.31 KB
tkoleary’s picture

Status: Needs work » Reviewed & tested by the community

Looks great!

xjm’s picture

Status: Reviewed & tested by the community » Needs review

Thanks @amit.mall!

Doesn't this just permanently reduce the width, though? Is there a particular reason 85px is being chosen?

Also, there's this CSS just above:

.ui-dialog-offcanvas td a {
  display: block;
  max-width: 120px;
  overflow: hidden;
}
.ui-dialog.ui-dialog-offcanvas tr td:first-child,
.ui-dialog.ui-dialog-offcanvas tr th:first-child {
  min-width: 120px;
  padding-left: 20px; /* LTR */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
amit.mall’s picture

StatusFileSize
new483 bytes

@xjm #32, I found 85px is minimum width to occupy left side content, but since there is a css property- white-space: nowrap; so no need to have min-width, I have removed this in new attached patch, result is same

Vidushi Mehta’s picture

StatusFileSize
new40.27 KB
new21.57 KB

I reviewed patch #33. Looks fine for me.
Attaching screenshots for the same after applying the patch.

tkoleary’s picture

Component: Bartik theme » outside_in.module
tkoleary’s picture

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

Status: Reviewed & tested by the community » Needs work

Needs a re-roll after one of the ones that was committed today.

webchick’s picture

In the meantime, adding credit.

tedbow’s picture

Status: Needs work » Needs review
StatusFileSize
new485 bytes

Just a re-roll

tkoleary’s picture

Status: Needs review » Reviewed & tested by the community

  • webchick committed cdb2ecd on 8.3.x
    Issue #2781579 by Vidushi Mehta, amit.mall, brahmjeet789, nathanlawson91...
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.3.x and cherry-picked to 8.2.x. Thanks!

  • webchick committed 1c20c89 on 8.2.x
    Issue #2781579 by Vidushi Mehta, amit.mall, brahmjeet789, nathanlawson91...

  • webchick committed cdb2ecd on 8.4.x
    Issue #2781579 by Vidushi Mehta, amit.mall, brahmjeet789, nathanlawson91...

  • webchick committed cdb2ecd on 8.4.x
    Issue #2781579 by Vidushi Mehta, amit.mall, brahmjeet789, nathanlawson91...

Status: Fixed » Closed (fixed)

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

tedbow’s picture

Component: outside_in.module » settings_tray.module

Changing to new settings_tray.module component. @drpal thanks for script help! :)