-
Notifications
You must be signed in to change notification settings - Fork 496
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
Literal expression editor styles broken #4550
Comments
Styles break only after you open a BPMN diagram. |
Screen.Recording.2024-09-25.at.11.14.57.mov |
I suspect that BPMN styles introduce some CSS reset. Unfortunately, the DMN editor relies on the default user agent styles in multiple places. |
Related to #4555. Moving to |
The reason is the carbon style, as I described in my comment to a pull request that closes a similar issue on welcome page. I created an issue where we can discuss it and a PR with a hotfix. |
Fixed upstream in bpmn-io/dmn-js#907 |
@jarekdanielak Let's release + integrate the fix for this. |
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dmn-js](https://redirect.github.com/bpmn-io/dmn-js) ([source](https://redirect.github.com/bpmn-io/dmn-js/tree/HEAD/packages/dmn-js)) | [`16.7.1` -> `16.8.2`](https://renovatebot.com/diffs/npm/dmn-js/16.7.1/16.8.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bpmn-io/dmn-js (dmn-js)</summary> ### [`v16.8.2`](https://redirect.github.com/bpmn-io/dmn-js/blob/HEAD/packages/dmn-js/CHANGELOG.md#1682) [Compare Source](https://redirect.github.com/bpmn-io/dmn-js/compare/v16.8.1...v16.8.2) - `FIX`: make name change behavior not break on name change ([#​917](https://redirect.github.com/bpmn-io/dmn-js/pull/917)) ### [`v16.8.1`](https://redirect.github.com/bpmn-io/dmn-js/blob/HEAD/packages/dmn-js/CHANGELOG.md#1681) [Compare Source](https://redirect.github.com/bpmn-io/dmn-js/compare/v16.8.0...v16.8.1) - `FIX`: make literal expression editor hitbox bigger in BKM ([camunda/camunda-modeler#4545](https://redirect.github.com/camunda/camunda-modeler/issues/4545)) - `FIX`: make literal expression variables table styles explicit ([camunda/camunda-modeler#4550](https://redirect.github.com/camunda/camunda-modeler/issues/4550)) ### [`v16.8.0`](https://redirect.github.com/bpmn-io/dmn-js/blob/HEAD/packages/dmn-js/CHANGELOG.md#1680) [Compare Source](https://redirect.github.com/bpmn-io/dmn-js/compare/v16.7.1...v16.8.0) - `FEAT`: support Camunda 8 FEEL built-ins - `FIX`: display parameterless functions suggestion correctly ([#​898](https://redirect.github.com/bpmn-io/dmn-js/issues/898)) - `FIX`: improve validation of `first-item` FEEL rule - `FIX`: variable name changes when element name\label changes ([#​863](https://redirect.github.com/bpmn-io/dmn-js/issues/863)) - `DEPS`: update to `@bpmn-io/feel-editor@1.9.1` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/camunda/camunda). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Describe the bug
The styles of the literal expression editor are broken.
5.28
5.26
Steps to reproduce
Expected behavior
Styles not broken.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: