Form file name not displayed
See original GitHub issueDescribe the Bug
When saving a freshly created form file the new file name is not displayed in the tab bar. Instead of that the initial file name form_1.form
is displayed.
Furthermore the tooltip shows unsaved
when I hover over the tab header.
Steps to Reproduce
- create a new form file
- save it and change the file name
- observe the displayed file name in the tab header
- hover over the tab header
Expected Behavior
correct file name will be displayed
Environment
- OS: linux mint 20.2
- Camunda Modeler Version: 4.11.1-new-properties-panel edition
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
bootstrap 4 file input doesn't show the file name - Stack Overflow
I have a problem with the custom-file-input class in Bootstrap 4. after I chose which file I want to upload the filename do...
Read more >Custom file input does not show file name after upload #27352
It works as expected. I see that it is overlapping the default input element. Issue: Typically the filename is displayed once we upload...
Read more >How to get file input by selected file name without path using ...
The task is to get the file input by selected filename without the path using jQuery. To select the file we will use...
Read more ><input type="file"> - HTML: HyperText Markup Language | MDN
When a file is chosen using an <input type="file"> , the real path to the source file is not shown in the input's...
Read more >Display file name in page after selecting file in file input
Display file name in page after selecting file in file input · Pen Settings · HTML · HTML · CSS · CSS ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can reproduce it in a
nightly
build as well. So this may be a regression.With the latest nightly (having linting also for BPMN), this bug also occurs with BPMN diagrams.