summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-01-16 13:11:22 +0200
committerelmot <elmot@vaadin.com>2016-01-21 17:12:19 +0200
commit955eab89c0fe5aba7606fea336077b39bd09371f (patch)
tree31b84375280e1a0f449a817fb1e2b69c7a7e99c7 /server
parent79372666205a0fe799d3233f250faccdf7096d5d (diff)
downloadvaadin-framework-955eab89c0fe5aba7606fea336077b39bd09371f.tar.gz
vaadin-framework-955eab89c0fe5aba7606fea336077b39bd09371f.zip
Allow legacy components to paint infinity double values again (#19447)
JsonPaintTarget.addAttribute(String,double) converts infinity values to { "name": Infinity }. This is not valid JSON but has "always worked" and at least NumberField relies on being able to send infinity values. For state and RPC it's not possible to send 'infinity' as JsonNumber converts those to null. It is not possible to send 'infinity' back to the server using a legacy variable either as also in this case JsonNumber is used and the value becomes null. This fix should be reverted when legacy variable support is removed. Change-Id: I19d17368f9da97a81fc9f780749dc4f0a8d3ee9b
Diffstat (limited to 'server')
0 files changed, 0 insertions, 0 deletions