tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Problem escaping characters in TActiveDropDownList #470

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a TActiveDropDownList
2. Do databind on a callback in wich Text values has characters like è à ù ì
3. Escape values with htmlentities

What is the expected output? What do you see instead?

The expected output is to see entities not escaped twice, so for example 
instead of 'Forlì' i expect to see 'Forlì'

What version of the product are you using? On what operating system?

Prado 3.2.2 - on Linux

Please provide any additional information below.

If the component data is initialized in 'OnInit' everything is escaped 
correctly, but if data is passed thought client callback (for example two 
cascading drop down lists, choosing a value from the first updates the second) 
the error appears. Note that if i do not escape values with htmlentities the 
page send an unknown error and the page blocks.

Original issue reported on code.google.com by frostl...@gmail.com on 31 Jul 2013 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by ctrlal...@gmail.com on 1 Aug 2013 at 9:44

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
fixed in r3300, thank you

Original comment by ctrlal...@gmail.com on 1 Aug 2013 at 9:48

GoogleCodeExporter commented 9 years ago
Thank you for your fast response!

-Marco

Original comment by frostl...@gmail.com on 1 Aug 2013 at 11:31