Offset filter markers in the questionnaire structure view
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 19
- Avg merge
- 19h 49m
- Merged PRs (30d)
- 14
Description
Filters are displayed in the questionnaire structure view using a "begin" marker and a "end" marker.
In particular circumstances (eg long variable names) the [end marker may be off](https://minio.lab.sspcloud.fr/romaintailhurat/public/pogues-offset-filter.png).
We may fix the max width of the maker boxes in order to correct this display, and so handle the too long expression using suspension dots and tooltip. In the [example shown here](https://minio.lab.sspcloud.fr/romaintailhurat/public/pogues-offset-filter.png), we could:
- truncate the variable name: `$QUESTION_SIMPLE_SEQUE... `
- add a tooltip with the complete expression.
It'a a low priority issue. :snail:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.