View Issue Details

IDProjectCategoryView StatusLast Update
0014125MantisTouchGeneralpublic2013-11-04 01:19
Reporternorf2k Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformiPhoneOSiOSOS Version5
Product Version1.1.1 
Fixed in Version1.2.3 
Summary0014125: MantisTouch doesn't handle special characters like ü properly when adding issue, editing issue, editing note
Description

Hi,

german umlauts (ü) where not accepted in the following Fields:

  • Summary
  • Description

regards

TagsNo tags attached.
Attached Files
umlauts_error.jpg (87,976 bytes)   
umlauts_error.jpg (87,976 bytes)   

Relationships

has duplicate 0015902 closedvboctor Specials characters aren't well escaped 
has duplicate 0014281 closedvboctor German umlauts error (ü) second one 

Activities

vboctor

vboctor

2012-05-10 01:17

manager   ~0031792

I've adde umlauts (ü) to notes, summary and description to test.

vboctor

vboctor

2012-05-10 01:21

manager   ~0031793

I'm unable to reproduce on the demo instance. The unicode characters were not supported properly on earlier version. Email me and reference this issue to make sure you are running the latest. Please also double check the version number on your instance.

vboctor

vboctor

2012-05-19 02:19

manager   ~0031864

Resolved as 'unable to reproduce' due to lack of feedback and inability to reproduce.

norf2k

norf2k

2012-05-22 08:17

reporter   ~0031881

Last edited: 2012-05-22 08:17

Hi,

i reproduce the error with your demo instance.

0014281
#0014282

We have installed the latest version 1.1.2 and the error is still there. Any idea?

regards

vboctor

vboctor

2012-05-23 01:35

manager   ~0031883

Just to confirm, is the issue relating to "reporting" or "updating" bugs via MantisTouch, rather than reading ones that was reported by MantisBT itself? Just trying to confirm whether it is issue in the "read + render" code path or in the "write" code path.

smartmantis

smartmantis

2013-05-10 05:10

reporter   ~0036824

some encodeHTML calls cause the problems:
note_edit.php:
// $t_note->text = encodeHTML( $f_description );
$t_note->text = $f_description;
issue_edit.php:
// $issue_result->summary = encodeHTML( $t_summary );
// $issue_result->description = encodeHTML( $t_description );
$issue_result->summary = $t_summary ;
$issue_result->description = $t_description ;

issue_report.php:
'summary' => $t_summary,
'description' => $t_description);
// 'summary' => encodeHTML ( $t_summary ),
// 'description' => encodeHTML ( $t_description ) );

vboctor

vboctor

2013-06-06 02:11

manager   ~0037114

I'm unable to reproduce this on http://mantisbt.mobi - are you able to reproduce this on MantisTouch v1.2.2?

vboctor

vboctor

2013-06-06 02:14

manager   ~0037115

Just noticed that @smartmantis is referring to edit note, edit issue and report issue pages. I'll check these.

vboctor

vboctor

2013-06-06 03:11

manager   ~0037120

Thanks @smartmantis for the patch. The following scenarios were broken:

  • Reporting an issue with special chars.
  • Editing an issue with special chars.
  • Editing a note with special chars for MantisBT v1.2.5 and below.
o.graetz

o.graetz

2013-11-02 15:33

reporter   ~0038427

Welcome from a brandnew MantisTouch customer!

If this problem has been fixed in June, then why do customers get a version from the 9th of May when buying at the end of October? This is a major bug and it currently wreaks havoc across our Mantis installation.

grangeway

grangeway

2013-11-03 09:42

reporter   ~0038430

Hi O.graetz,

You should contact the mantistouch people about this. That's a commercial product by an individual and not supported directly by the mantisbt team.

Hopefully, we'll get a free and open source mobile interface developed in the future.

Paul

o.graetz

o.graetz

2013-11-04 00:46

reporter   ~0038433

I dont't understand your complaint. I believe I am currently contacting the MantisTouch people!? This bug is filed inside the "MantisTouch" project on this Mantis installation and not in the "mantisbt" project. The bug is assigned to vboctor, which I suppose is Victor Boctor from the MantisTouch team.

vboctor

vboctor

2013-11-04 01:17

manager   ~0038434

You are in the right place. I've just published v1.2.3 release. You should be able to download it from the same download link you got on purchase.