Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip on new 'this' keyword does not finish loading in RequestPage #7821

Open
christian-clausen opened this issue Aug 16, 2024 · 0 comments

Comments

@christian-clausen
Copy link

christian-clausen commented Aug 16, 2024

1. Describe the bug
In the latest preview version, the tooltip on the new this keyword writes "Loading" when hovering over the this keyword in a request page.

2. To Reproduce
Steps to reproduce the behavior:

  1. Create a report like this
report 50100 MyReport
{
    requestpage
    {
        actions
        {
            area(Processing)
            {
                action(MyAction)
                {
                    ApplicationArea = All;
                    trigger OnAction()
                    var
                        lang: Integer;
                    begin
                        lang := this.CurrReport.Language
                    end;
                }
            }
        }
    }
}
  1. Hover cursor over the "this" keyword.
  2. Observe that the tooltip keeps showing "Loading".

3. Expected behavior
The tooltip should show that "this" refers to the request page "object".

4. Actual behavior
Keeps shows "Loading" as tooltip:

image

5. Versions:

  • AL Language: Latest preview release - 14.0.1070882
  • Visual Studio Code: 1.92.1
  • Business Central: 25
  • List of Visual Studio Code extensions that you have installed:
    ms-dynamics-smb.al

Final Checklist

Please remember to do the following:

  • [ x] Search the issue repository to ensure you are reporting a new issue

  • [ x] Reproduce the issue after disabling all extensions except the AL Language extension

  • [ x] Simplify your code around the issue to better isolate the problem

@christian-clausen christian-clausen changed the title Tooltip on new this keyword does not finish loading in RequestPage Tooltip on new *this* keyword does not finish loading in RequestPage Aug 16, 2024
@christian-clausen christian-clausen changed the title Tooltip on new *this* keyword does not finish loading in RequestPage Tooltip on new 'this' keyword does not finish loading in RequestPage Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants