eclipse-esmf / esmf-sdk-js-schematics

Create UI components for Angular applications with Schematics based on Aspect Models.
https://eclipse-esmf.github.io/js-sdk-guide/index.html
Mozilla Public License 2.0
2 stars 2 forks source link

[BUG] Command Bar and Column Menu buttons tooltips are not visible #78

Closed sha4be closed 5 months ago

sha4be commented 5 months ago

How: List of performed steps

  1. Generate table
  2. Open the table What: Actual result vs expected result Expected result - "Refresh Data", "Export", "Configuration" buttons show tooltips on hover Actual result - no tooltips are shown Where: (e.g. component, version, url, your system info) command-bar.component and table.component specify tooltips for mat-icon, but after the migration to Material Components v17 the tooltips are not visible. I suggest moving tooltips to button elements to fix the tooltips functionality
michelu89 commented 5 months ago

Moved tooltips to the corresponding DOM see: https://github.com/eclipse-esmf/esmf-sdk-js-schematics/pull/79