microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
745 stars 244 forks source link

ToolTip is missing when CaptionClass is applied to the fields on extension card pages. #6118

Closed Rambabu-Billuri closed 4 years ago

Rambabu-Billuri commented 4 years ago

Describe the bug We used "CaptionClass" property for a base field on extension card pages. So, the ToolTip is missing on BC screens. For the field on list pages, it's working fine.

To Reproduce Steps and to reproduce the behavior:

  1. Go to VS Code
  2. Create an extension card page.
  3. In the layout section, modify any base field by applying CaptionClass preperty.
  4. Publish and check the tooltip by hover the cursor on field.

AL Code to reproduce the issue pageextension 50091 "Customer Card Ext." extends "Customer Card" { layout { modify("No.") { CaptionClass = 'Customer ID'; } } } Expected behavior We should get the ToolTip from base to the filed on extension card pages even if we use CaptionClass property.

Versions:

thpeder commented 4 years ago

Hi @Rambabu-Billuri, If you have a control on a regular page then having CaptionClass means that it will not show the tooltip, this is not an issue with the editor tools so let's get the issue to a team who will fix and backport it, as this repository is only for issues related to the AL compiler in latest developer preview environment for Dynamics 365 Business Central. We suggest that you open a support case or file a bug in Collaborate, to ensure that all Business Central users benefit from your catch as soon as possible.

To open a support case, you can:

If you file the bug in Collaborate, remember to include steps to reproduce the issue, and the Business Central build number and country version you're using.