PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Mouse over items does not highlight; sometimes shows text cursor #233

Open jplaisted opened 7 years ago

jplaisted commented 7 years ago

Description

Opening a paper-dropdown-menu and mousing over the items does not work as expected.

Expected outcome

Opening a paper-dropdown-menu and mousing over the items shows normal cursor, highlights moused over item.

Actual outcome

Opening a paper-dropdown-menu and mousing over the items shows a text cursor (note: Chrome only, not on FireFox), doesn't highlight moused over item (Chrome+FireFox).

Live Demo

https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu

Steps to reproduce

  1. Put a paper-dropdown-menu element in the page.
  2. Open the page in a web browser.
  3. Click the dropdown menu element to open the drop down.
  4. Mouse over the menu items.

Browsers Affected

Note: Willing to accept the lack of highlight might be the intended behavior. The text cursor is not.