Bug: Text after double quote in form field gets lost
Test case
- Create a topic in the Know web
- Set the OsVersion text field to:
aaa"bbb
- Preview and save is OK
- Topic meta data is saved correctly as
aaa"bbb
- Edit the topic again
- Bug: Double quote and text after that is missing:
aaa
--
PeterThoeny - 03 Sep 2001
Fix record
This problem also existed in the old category system. Problem is that double quotes can't exist in double quote attribute values in
HTML. Instead
HTML escape sequence
" can be used (internally meta data uses
%_Q_%, which now I know about
", could be changed, but I'm inclined to leave as is).
One line change to
Form.pm committed to CVS.
--
JohnTalintyre - 04 Sep 2001
Environment
| TWiki version: |
25 Aug 2001 Beta |
| TWiki plugins: |
|
| Server OS: |
Linux |
| Web server: |
Apache |
| Perl version: |
|
| Client OS: |
|
| Web Browser: |
|
--
PeterThoeny - 03 Sep 2001