You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this seems no longer an issue on Java 8u45 ... on Java 7 the put is called but the observable map wrapper does no trigger any change operation - seems like a JavaFX bug to me.
* jruby-1_7:
'more correct' MapJavaProxy key?/include? check that (only) does containsKey
rename internal getMap to mapDelegate + add some notes on overrides
remove empty line
expose iteration check for sub-classes + cleanup putAll (in RubyHash)
override more of inherited aset operations on MapJavaProxy (see #930)
minimize MapJavaProxy's memory usage - allocate zero RubyHash buckets
@enebo narrowed it down to being MapJavaProxy not calling put in op_aset
The text was updated successfully, but these errors were encountered: