FLUID-4933: Create configs for renderer components that will handle keys containing dots.

Metadata

Source
FLUID-4933
Type
Task
Priority
Major
Status
Open
Resolution
N/A
Assignee
Michelle D'Souza
Reporter
Michelle D'Souza
Created
2013-03-14T17:19:04.833-0400
Updated
2015-06-15T09:51:18.113-0400
Versions
  1. 1.5
Fixed Versions
N/A
Component
  1. Data Binder

Description

We have come across several cases where we have a key in the model of a renderer component that contains dots. In order to handle this case, the renderer component requires custom getConfigs and setConfigs. We have begun to see this code cropping up in several places where it should really become part of the framework.

This is an example of a model with dots in it:

model: {
"http://registry.gpii.org/applications/org.gnome.orca": [{
value: {
rate: null
}
}]
}

This issue was discussed in the IRC channel starting at 15:39:01:

http://wiki.fluidproject.org/display/fluid/fluid-tech+IRC+Logs-2013-03-14

Comments