You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# What steps will reproduce the problem?
1.code:
MyEdit := TExtFormTextField.Create;
with MyEdit.AddTo(Items) do
Begin
InputType := itText;
SetValue('_"xx"_');
end;
2.
3.
# What is the expected output? What do you see instead?
I expected _"xx"_ but see _'xx'_
# What version of the product are you using? On what operating system?
- ExtPascal: rev.683
- ExtJS: v.3.1.1
- Compiler: Delphi XXXX, FPC X.X.X
- OSes: XXXXX, XXXXX, XXXXX
- WebServer: XXXXXX
- Mode: CGI, FCGI or Embedded
# Please provide any additional information below.
- related discussion thread:
http://groups.google.com/group/extpascal/browse_thread/thread/a9e80e85f7d84
5b6
Original issue reported on code.google.com by krtlm...@gmail.com on 20 Apr 2010 at 1:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
krtlm...@gmail.com
on 20 Apr 2010 at 1:40The text was updated successfully, but these errors were encountered: