Content
View differences
Updated by Brandon Soonaye 14 days ago
## Environment
OpenProject :
* [x] `17.4.1`
* [x] + `17.5.0` (current stable)
* [x] `dev`
+ `dev`. The relevant frontend code `watchTopLayer` is the same across all three.
## Steps to reproduce
1. Open a work package and go to the Relations tab.
2. Under Children, choose "Create "Create new child". child". The create dialog opens.
3. Click into the Description field and type `#` followed enough characters that match up with a WP id/content.
This affects any CKEditor field shown inside a native `<dialog>`, including the create work package dialog and the edit relation description dialog.
## Current
The reference list opens behind the dialog and cannot be seen or used:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/921980/content">
## Expected
The work-package reference list appears above the dialog and can be selected with the mouse or keyboard:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/921981/content">
## Workaround
None : while the modal is open. The list is hidden behind the modal and cannot be interacted with. Top-layer stacking cannot be overridden with `z-index`, and content outside the modal also cannot be interacted with. with (whatwg/html#9936).
## Notes
The `@` user-mention list is affected the same way.
OpenProject :
* [x] `17.4.1`
* [x]
* [x] `dev`
## Steps to reproduce
1. Open a work package and go to the Relations tab.
## Current
The reference list opens behind the dialog and cannot be seen or used:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/921980/content">
## Expected
The work-package reference list appears above the dialog and can be selected with the mouse or keyboard:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/921981/content">
## Workaround
None :
## Notes
The `@` user-mention list is affected the same way.