Ticket #72 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Problem with stuck safehtml strings

Reported by: Mariusz Zurawek (Intol) Owned by: xue
Priority: high Milestone:
Component: Prado Framework v3 Version: 3.0
Severity: major Keywords:
Cc:

Description

(in lastest revision from SVN) When extracting SafeText? from two TTextBox's, strings are stucking...

in .page:

<com:TTextBox ID="NewBox" />
<com:TTextBox ID="NewBox2" />

in .php:

$text1 = $this->NewBox->SafeText;
$text2 = $this->NewBox2->SafeText;

echo $text2; //that shows both strings

Change History

Changed 3 years ago by xue

I couldn't reproduce it. Does the textbox demo in quickstart tutorial work for you? Can you cook a small complete example showing the problem?

Changed 3 years ago by xue

  • status changed from new to closed
  • resolution set to fixed

Thanks!

Note: See TracTickets for help on using tickets.