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

**Actual Behavior**: - `What is the issue? *` When using a screen reader (NVDA) clicking away from md-menu causes it to read page title everytime - `What is the expected...

a11y
needs: investigation
severity: inconvenient
P4: minor

**Actual Behavior**: - `What is the issue? *` When you have other elements in the md-autocomplete search box, the suggestions container does not extend/reduce properly. - `What is the expected...

type: enhancement
needs: investigation
P5: nice to have

**Actual Behavior**: - `What is the issue? *` `mdSelectMenu` uses a local variable to keep track of the currently focused element instead of using the builtin `document.activeElement`. `opts.focusedNode` is not...

type: enhancement
P4: minor

In order to show the `md-char-counter` on the autocomplete input when using min/maxlength validators, we should switch from using `ng-min/maxlength` to their `md-*` counterparts. I see a very simple code...

type: enhancement
ux: integration
P5: nice to have

**Actual Behavior**: - `What is the issue? *` when md-select is used with `multiple="true"`, it initialy triggers `ng-change` as much times as there is options preselected. - `What is the...

type: bug
needs: investigation
severity: inconvenient
P3: important

**Actual Behavior**: - `What is the issue? *` I have a sidenav component that must be locked if two conditions are met: - screen is bigger than medium size (1280px)...

type: bug
P4: minor

The demo shows to inject $element into the controller and add the following line to your controller: ``` $element.find('input').on('keydown', function(ev) { ev.stopPropagation(); }); ``` However, it is not allowed to...

type: enhancement
- Lots of Comments
severity: inconvenient
P3: important

**Actual Behavior**: - `What is the issue? *` On desktop devices, a toast in the same position as a FAB will push the FAB down to make room for the...

ui: CSS
P4: minor

**Actual behavior**: * - `md-select` is not working on a `$mdPanel` - i just wanted to show a drop down select on `$mdPanel` to give user some option but it's...

type: bug
ui: CSS
- Lots of Comments
severity: inconvenient
ux: integration
P4: minor

**Actual behavior**: - What is the issue? Can't select option with value `0` - What is the expected behavior? I would expect the option to be selected. **CodePen** or Steps...

type: bug
severity: inconvenient
P4: minor