In an event action page (derived from AbstractActionType) I have an odd problem. If I enter text with a quote (eg. I enter "Hello World") into one of my InputView controls the text (including quotes) is properly stored and processed. However it will not display in the event configuration web page.
When I execute the action the parameter is properly available to my code (including quote marks) but simply does not show up in the UI.
You can reproduce it like this:
Anyone else seeing this?
When I execute the action the parameter is properly available to my code (including quote marks) but simply does not show up in the UI.
You can reproduce it like this:
- Create a manually triggered event
- Select action of "Speak Something" (just as an example)
- In the "Phrase" input control type in:Testing!
- Hit the save icon
- Expand the now collapsed event action
- Notice that Testing! is properly displayed
- Now replace Testing! with "Testing!" (note the quotes)
- Hit the save icon
- Expand the now collapsed event action
- Notice that the Phrase input control is empty.
Anyone else seeing this?
Comment