
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
ajax request/response
|
|
| Resolution Date: |
02/Dec/06 07:38 PM
|
|
The scoping of variables used by the Palette scripts prevents their resolution when the scope changes because of ajax interactions. A fix would be to specify a clear scope on a couple of the key variables via the use of document.<variable name> = instead of <variable name> = .
|
|
Description
|
The scoping of variables used by the Palette scripts prevents their resolution when the scope changes because of ajax interactions. A fix would be to specify a clear scope on a couple of the key variables via the use of document.<variable name> = instead of <variable name> = . |
Show » |
|