Closed darupp closed 4 years ago
Happens in the title edit screen /ygor/statistic/edit/XXX
/ygor/statistic/edit/XXX
If you delete a field manually by klicking in it and using Del or Backspace, you have HTML artifacts after saving with Enter.
Example: publisher_name "Emerald" becomes <br> after editing. Entering a blank doesn't work also, because the field content becomes
publisher_name
<br>
This could prevent validation if there is a field validation.
@darupp Which browser do you use? Works fine on Chromium and presumably Chrome.
Firefox 74.0 (Windows 10) and Firefox, unknown version (Linux Mint 19)
Confirmed for Firefox 74.0.
Happens in the title edit screen
/ygor/statistic/edit/XXX
If you delete a field manually by klicking in it and using Del or Backspace, you have HTML artifacts after saving with Enter.
Example:
publisher_name
"Emerald" becomes<br>
after editing. Entering a blank doesn't work also, because the field content becomes
This could prevent validation if there is a field validation.