Skip to content

[Bug]: ToolTip is still missing when CaptionClass is applied to fields on extension card pages in the latest Business Central version #8282

Description

@janellyn

Describe the issue

When a CaptionClass property is applied to a base field on a card page extension, the field tooltip is not displayed on the Business Central page.
The same behavior does not occur on list pages, where the tooltip is shown correctly.
This causes a usability issue because the original tooltip from the base field is lost when CaptionClass is used on card pages.

Expected behavior

The original tooltip from the base field should still be displayed on the card page, even when the CaptionClass property is applied through a page extension.

Steps to reproduce

  1. Create a page extension for a card page, for example Customer Card.
  2. Modify an existing base field and apply the CaptionClass property.
  3. Publish the extension.
  4. Open the related card page in Business Central.
  5. Hover over the modified field.
  6. Notice that the tooltip is missing.

AL Code to reproduce the issue:

pageextension 50091 "Customer Card Ext." extends "Customer Card"
{
    layout
    {
        modify("No.")
        {
            CaptionClass = 'Customer ID';
        }
    }
}

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
    Internal work item: AB#641545

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedbugProduct buginvestigateThe issue requires further investigation to determine if this is a product bug

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions