camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.5k stars 481 forks source link

I can not search the DRD #3975

Closed marstamm closed 12 months ago

marstamm commented 12 months ago

Describe the bug

With the recent version bumps of dmn-js, we implemented search in DRD: https://github.com/bpmn-io/dmn-js/pull/792

This is also available on the demo, but does not work in the modeler

Steps to reproduce

  1. Open a DRD
  2. press Ctrl+F
  3. nothing happens

Expected behavior

I can search the Diagram

Environment

Camunda Modeler system information

Additional context

No response

barmac commented 12 months ago

I guess the custom keyboard component in the Modeler may block this :/

barmac commented 12 months ago

I see, it's not allowed in the menu actions.

marstamm commented 12 months ago

fixed via #3977