-
Notifications
You must be signed in to change notification settings - Fork 495
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 body has small hitbox in BKM #4545
Comments
As this is a follow-up to a proclaimed fix I'm moving this to ready. |
jarekdanielak
added a commit
to bpmn-io/dmn-js
that referenced
this issue
Oct 10, 2024
4 tasks
jarekdanielak
added a commit
to bpmn-io/dmn-js
that referenced
this issue
Oct 14, 2024
barmac
pushed a commit
to bpmn-io/dmn-js
that referenced
this issue
Oct 16, 2024
Fixed upstream via bpmn-io/dmn-js#905. |
@jarekdanielak Let's release + integrate the fix for this. |
4 tasks
38 tasks
github-merge-queue bot
pushed a commit
to camunda/camunda
that referenced
this issue
Nov 25, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dmn-js](https://github.com/bpmn-io/dmn-js) ([source](https://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://github.com/bpmn-io/dmn-js/blob/HEAD/packages/dmn-js/CHANGELOG.md#1682) [Compare Source](https://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://github.com/bpmn-io/dmn-js/pull/917)) ### [`v16.8.1`](https://github.com/bpmn-io/dmn-js/blob/HEAD/packages/dmn-js/CHANGELOG.md#1681) [Compare Source](https://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://github.com/camunda/camunda-modeler/issues/4545)) - `FIX`: make literal expression variables table styles explicit ([camunda/camunda-modeler#4550](https://github.com/camunda/camunda-modeler/issues/4550)) ### [`v16.8.0`](https://github.com/bpmn-io/dmn-js/blob/HEAD/packages/dmn-js/CHANGELOG.md#1680) [Compare Source](https://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://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://github.com/bpmn-io/dmn-js/issues/863)) - `DEPS`: update to `@bpmn-io/[email protected]` </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-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In an empty literal expression editor of BKM, I need to select the first line to get keyboard focus
Steps to reproduce
Expected behavior
I can click anywhere and the cursor gets positioned at the end of the file
Environment
Additional context
The cursor also suggests that I can click anywhere to edit
SUPPORT-23549
Follow-up of #4342
The text was updated successfully, but these errors were encountered: