Jeremy Elbourn

Results 21 issues of Jeremy Elbourn

For both `MdSelect` and `MdAutocomplete`, the initial render of the component (in the closed state) is very slow even though the panels are closed. We should ensure that any work...

P2
perf
G
area: material/autocomplete
area: material/select

This issue tracks creating additional date adapter implementations in addition to the existing MomentJS implementation. Libraries to consider include: - [x] Luxon - [x] date-fns - [ ] Day.js

feature
P3
area: material/datepicker

There are some situations when the gesture handler will cause two mousedown events to be fired for a single touch on mobile. This is problematic for anything that depends on...

type: bug
type: gestures
ui: mobile
g3: reported
P3: important

This issue tracks the ability to specify a density level for components. This would include: * Uniform density API for all components * Predetermined density levels, configurable via an approach...

feature
P2
in progress
Fixed in MDC
area: many

This would effectively be md-menu but triggered by right-click instead of a specific element on the page. Would need some investigation for a11y.

feature
P3
area: material/menu

a11y
action: merge
target: patch
area: material/stepper
area: material/tabs

See https://developer.mozilla.org/en-US/docs/Web/Security/CSP/CSP_policy_directives#style-src The framework should support users that want to build their apps for CSP. In this case, the `style-src` directive would be in violation by Angular 2's use of...

feature
freq3: high
security
area: core
area: security
core: stylesheets
cross-cutting: CSP

area: docs
aio: preview
target: rc

Material Design spec says that all touch targets much be at least 48x48. mat-checkbox, mat-radio-button, and mat-slide-toggle are only 20x20 (with no label). The slider thumb is also too small....

P3
Accessibility
target: major
area: many

I would like a markdown lint for the components repo, and we probably want this for other repos as well. Bonus points for a markdown formatter as good as (or...

repo: components
repo: framework
repo: cli
effort: massive
domain: conformance