| Summary: | [Template][Tree][Table] Server crash when selectable cell with no name is clicked | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.2 | ||
| Target Milestone: | 2.2 RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
Good catch! The client sends a selection event with { ..., "text": null }. The server expects the property to be a string if it is present.
Is null a legal value for the text property? I'd say no, if there's no text, the attribute should not be present.
(In reply to comment #1) > ... if there's no text, the attribute should not be present. Fixed as suggested with commit 92fdf0da8b94d6cdf557dddcf71ad703931b6e7d. |