-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Forge - App UI Web
-
Severity 3 - Minor
Issue Summary
When using the example code from the official documentation to trigger a popup in a Forge byline app, the button’s hover state begins to flicker, and click interactions become inconsistent. In some cases, users may need to click the button up to 10 times to reopen the popup.
This issue does not occur in other Forge app types, such as macro apps.
Obs: this component is still preview.
Steps to Reproduce
- Create a Forge app using the byline module.
- Implement the example popup code as shown in the documentation.
- Deploy and run the app.
- Trigger the popup and hover over the button.
Expected Results
- The popup should open smoothly.
- Button hover and click interactions should remain consistent and responsive.
Actual Results
Once the popup is triggered:
- The button’s hover state begins to flicker.
- Clicking the button to reopen the popup becomes unreliable, sometimes requiring multiple (up to 10) attempts.
Workaround
There is currently no known workaround for this behavior. Updates will be posted here as they become available.