galenmaly/lighterpack

Issue: The "+Add New List" displays incorrectly in Google Chrome (Windows 8.1)

Closed this issue · 6 comments

The popup menu list does not display correctly in Google Chrome running on Windows. The popup displays but any attempts to use the scroll bar to display lower menu items cause the entire popup to flicker. Scrolling to lower menu items is impossible (but the menu items display are selectable - even the one that's partially shown).

addnewlistinchromeerror

I am running W10, Google Chrome, 58.0.3029.110 (64-bit), and I cannot duplicate this issue.

Fortunately, with the wheel mouse I can still scroll up and down through the menu. It's weird, perhaps a widget set issue.

This is fixed in the rewrite. Lessons leaned about the quality of pull requests to accept.

This is fixed in the rewrite. Lessons leaned about the quality of pull requests to accept.

Screen Shot 2019-05-08 at 7 23 50 PM

I still see this issue when only one list exists using Chrome on mac. Removing the overflow-y: auto;
from #listContainer seems to resolve it locally on the vue branch.

Screen Shot 2019-05-08 at 9 24 22 PM

Curious, wonder what happened there.

In any case, I was adding popover component and brought that over here too:

new-list

Fixed in prod