Threaded View
-
31 Dec 2012 2:50 AM #1
context parsed wrong when editing "object" property
context parsed wrong when editing "object" property
REQUIRED INFORMATION
Architect Build tested:- Build: 676
- ExtJS 4.1
- I find it's hard to edit any "object" properties in SA2.
- When I edit "style" property of a panel, and put something like
- {
opacity: '0.8';
background-color: #3d71b8
}
or just - opacity: '0.8';
background-color: #3d71b8
they are all parsed as string in SA2, and get results as
'{\r\n opacity: \'0.8\';\r\n background-color: #3d71b8\r\n}'
or
'opacity: \'0.8\';\r\nbackground-color: #3d71b8'
- As said before
Operating System:- Win7
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote