L 8 question texts can be too long restored - #322
Conversation
…ng-restored' into L_8-question-texts-can-be-too-long-restored
…racters in a text
…ion of Questionares
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
| } | ||
| }); | ||
|
|
||
| // Überwachung der WYSIWYG-Editoren auf maximale Länge |
There was a problem hiding this comment.
Please adjust this solution:
- It should show a red label above the textarea instead of an alert.
- Remove the console print
- Adjust the message to be language dependent. You can replace Javascript variables with Thymeleaf. You can see how starting from line 1251
There was a problem hiding this comment.
Also please dont use german comments in the code base
| } | ||
|
|
||
| // A utility function to remove all HTML tags when counting the characters in a text | ||
| public static String getVisibleText(String html) { |
There was a problem hiding this comment.
If you use the same utility function twice, please see if it can be moved to an existing Helper class to reduce code duplicates. Otherwise you could also create a new HTMLHelper.
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Add reusable HtmlUtilities.getVisibleText helper for client-side validation. Show a localized inline error label when the visible question text exceeds the maximum length. Remove the previous alert-based validation and console output. TODO: Reuse this validation in questionnaire/edit and bundle/edit.
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
…s when going back under limit
Test Results🧪 Unit Test Results🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
… message keys as well
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
…ifferent handling bc inivtation\edit doesn't use wysiwyg
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
…eDTOValidator, QuestionnaireDTOValidator and QuestionDTOValidator.
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
Test Results🧪 Unit Test Results
🌐 Selenium Test ResultsRunning Test:
|
No description provided.