Carlos Lopez

Results 37 issues of Carlos Lopez

I made a codepen to show the issue. https://codepen.io/shortfuse/pen/pYqLbQ On Safari, if a grid-item gains position:fixed on browser resize, then it gets "stuck" on the screen.

Menus, currently, use an transparent scrim which is confusing for UX. If the scrim is not dimmed, then users will not know they are being blocked. Popups should close when:...

a11y
ux

Tooltips can be clipped when parent has overflow hidden. Tooltips should ideally exist on it's own layer, or collection of layers with a very high stacking order.

bug
enhancement

See: https://www.w3.org/TR/wai-aria-practices/#combobox

a11y

Dropdown list does not appear above FABs Likely should have either same elevation as Menus or Dialogs

bug

First of all, let me start of by saying, I'm not talking about glyph/icon mirroring. When a page is using `[dir=rtl]` items should flow from right to left. Material Design...

CSS

I recently moved from node-sass 4.12.0 to (dart-)sass 1.22.7 Upon switching, I noticed that some at-rules end up being repeated. I've tracked down the issue where upon using a nested...

bug
cosmetic

### Description Any usage of `element.insertBefore(child, element.firstChild)` can be converted to `element.prepend(child)`. (Note, this isn't safe with `element.firstChildElement`) ### Fail ```js element.insertBefore(child, element.firstChild); ``` ### Pass ```js element.prepend(child) ```

help wanted
new rule

Hi! I was looking into the usage data and found it somewhat odd that Opera Mini still maintains the >1% usage, outpacing even IE11 today. I decided to look into...