[Chameleon-dev] [Bug 1329] [Chameleon-Core]Text on some popup widgets is encoded

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Mar 9 10:54:24 EST 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1329





------- Additional Comments From nsavard at mapgears.com  2006-03-09 10:54 -------
In response to comment #7:

To give a better idea of what is going on I will add to each step of the
scenario I gave in comment #3 an image of the MLT instance and what is in the
cache for the Locate resource.

-Load the application   
 Global MLT instance:  string(15) "Find a Location"
 Cache:  $this->aszMLT['Locate']['en-ca']['0'] = 'Find+a+Location';

-Open the Locate popup widget
  Popup MLT instance:      string(15) "Find+a+Location"
  Cache:  nothing change because the Locate resource already exist

-Open the PrintProduction popup widget (new resource added, cache rewritten)
  Popup MLT instance:      string(15) "Find+a+Location"
  Cache:  $this->aszMLT['Locate']['en-ca']['0'] = 'Find%2Ba%2BLocation';

-Open the Locate popup widget again
  Popup MLT instance:    string(19) "Find%2Ba%2BLocation"
  Cache:  nothing change because the Locate resource already exist




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list