We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The project string :
[ BlElement { #children : BlChildrenArray [ BlElement { #children : BlChildrenArray [ ], #constraints : BlLayoutCommonConstraints { #vertical : BlLayoutCommonConstraintsAxis { #resizer : BlLayoutMatchParentResizer { } }, #horizontal : BlLayoutCommonConstraintsAxis { #resizer : @8 }, #position : Point [ 0.0, 0.0 ], #margin : BlInsets { #top : 0.0, #left : 0.0, #bottom : 0.0, #right : 0.0 }, #padding : @11, #minHeight : 0.0, #minWidth : 0.0, #maxHeight : Float [ #infinity ], #maxWidth : @12, #ignoredByLayout : false, #accountTransformation : false }, #visuals : BlCustomVisuals { #background : BlPaintBackground { #paint : BlColorPaint { #color : Color { #red : 0.10752688172043011, #green : 0.4359726295210166, #blue : 0.22678396871945258, #alpha : 1.0 } } } }, #userData : IdentityDictionary { #elementId : BlElementNamedId { #identifier : #Texture } }, #layout : BlBasicLayout { }, #eventDispatcher : BlElementEventDispatcher { #owner : @4, #handlers : [ , , , , , ] } }, BlTextElement { #children : BlChildrenArray [ ], #constraints : BlLayoutCommonConstraints { #vertical : BlLayoutCommonConstraintsAxis { #resizer : BlLayoutFitContentResizer { } }, #horizontal : BlLayoutCommonConstraintsAxis { #resizer : @26 }, #position : Point [ 20.0, 20.0 ], #margin : @11, #padding : @11, #minHeight : 0.0, #minWidth : 0.0, #maxHeight : @12, #maxWidth : @12, #ignoredByLayout : false, #accountTransformation : false }, #visuals : BlDefaultVisuals { }, #userData : IdentityDictionary { #elementId : BlElementNamedId { #identifier : #Text } }, #layout : BlBasicLayout { }, #text : BlRopedText { #rope : BlAttributeRope { #attributes : [ BlFontSizeAttribute { #isOverwritableByStyler : true, #size : 15 }, BlTextForegroundAttribute { #isOverwritableByStyler : true, #paint : Color [ #white ] } ], #rope : BlCollectionRope { #collection : 'This is a demo' } } } } ], #constraints : BlLayoutCommonConstraints { #vertical : BlLayoutCommonConstraintsAxis { #resizer : @8 }, #horizontal : BlLayoutCommonConstraintsAxis { #resizer : @8 }, #position : Point [ 0.0, 0.0 ], #margin : @11, #padding : @11, #minHeight : 0.0, #minWidth : 0.0, #maxHeight : @12, #maxWidth : @12, #ignoredByLayout : false, #accountTransformation : false }, #visuals : BlCustomVisuals { #clipChildren : false }, #userData : IdentityDictionary { #elementId : BlElementNamedId { #identifier : #group } }, #layout : @19, #eventDispatcher : BlElementEventDispatcher { #owner : @2, #handlers : [ ] } } ]
The text was updated successfully, but these errors were encountered:
The bug come from:
#eventDispatcher : BlElementEventDispatcher { #owner : @4, #handlers : [ , , , , , ] }
Sorry, something went wrong.
Fix in : OpenSmock/Bloc-Serialization#9
Maybe you should merge : OpenSmock/Bloc-Serialization#5 to have working tests
Now merged OpenSmock/Bloc-Serialization#10 to fix Bloc-Serilization tests
I test it, it now seem ok to me. Can we close it ?
@Nyan11 I will confirm soon and close :)
Nyan11
labordep
No branches or pull requests
The project string :
The text was updated successfully, but these errors were encountered: