material icon indicating copy to clipboard operation
material copied to clipboard

Material design for AngularJS

Results 101 material issues
Sort by recently updated
recently updated
newest added

### Bug, feature request, or proposal: Bug ### What is the expected behavior? Using $mdDialog with custom template should not result in detached DOM nodes. ### What is the current...

type: performance
severity: performance
P3: important

### Bug, feature request, or proposal: When dragging on the md-switch on a touch device the circle will move and then stay in the position where you left it. When...

type: gestures
ui: mobile
needs: investigation
browser: Android
P2: required

When the label of a md-select is dynamically updated via data binding it doesn't actually render correctly until you open the select dialog and close it. You can see the...

type: bug
severity: inconvenient
ux: integration
P3: important

### Bug It is a. bug ### What is the expected behavior? parent dialog should not get scrolled while child (md-autocomplete) is still open. ### What is the current behavior?...

type: bug
needs: investigation
ux: integration
P3: important

**Actual Behavior**: - `What is the issue? *` When moving focus via `` key, focus gets trapped inside `mdCalendar` and can't progress past it. This seems to be an issue...

type: bug
a11y
P3: important

**Actual Behavior**: - angular-material does not clean-up when angularjs app is destroyed **CodePen** (or steps to reproduce the issue): * - https://jsfiddle.net/leogdsl/bhkat99u/ - `Details:` 3 variations for destroying the app...

type: performance
needs: investigation
severity: performance
P3: important

I've got a couple of md-autocomplete controls being used as cascading dropdowns. **Actual Behavior**: - `What is the issue? *` Tabbing away from the first autocomplete does not update the...

type: bug
needs: UX team review
needs: team discussion
needs: investigation
severity: inconvenient
P3: important

**Actual Behavior**: - `What is the issue? *` Adding md-autofocus to an autocomplete does not set focus on the element - `What is the expected behavior?` It is expected it...

type: docs
ui: focus
P3: important

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

**Actual Behavior**: - When an mdToast dialog pops up, it's announced twice by the screen reader. The transcript is: [text in mdToast] Alert [text in mdToast] Alert - The text...

type: bug
a11y
browser: Chrome
g3: reported
P3: important
Blocked