fuselibs icon indicating copy to clipboard operation
fuselibs copied to clipboard

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps

Results 103 fuselibs issues
Sort by recently updated
recently updated
newest added

The `Snapshot` unary operator doesn't appear to work. I've tried `{Snapshot value}`, `snapshot(expr)`, `{SnapshotProperty value}`, and a few others. All produce the UX compiler error: `E8001: Could not resolve UX...

Severity: Bug

[Reported on community](https://www.fusetools.com/community/forums/bug_reports/timepicker_crashes_xcode) When I am using the example in TimePicker Class (after correcting the Is24HourTimeView) and running it on preview in xcode it crashes with an EXC_BAD_ACCESS when I...

The following code: ``` ``` gives this error message: ``` Fuse 1.4.0 (build 14869) Configuring 1.0 s Compiling syntax tree (unknown): E4121: 'Foo' is already defined at build\Local\Designer\cache\ux13\Foo.g.uno(2.22) 0.8 s...

Version: 1.5.0 (build 15042) - iOS 11.2 (iPhone 7 Plus, SImulator) - iOS 10.3.1 (iPhone 7 Plus, Simulator) - Local preview ![screen shot 2017-12-18 at 11 28 27 am](https://user-images.githubusercontent.com/6965982/34090206-a89147b8-e3f8-11e7-99b3-68c5a4b38e0c.png) -...

I'm unable to call a function with a default first argument. `` results in `UX/Each.Function.Default.ux(3): E8001: Index was outside the bounds of the array.` For a function defined with `public...

Severity: Bug

This means expressions like `{Property thing.Mode} == CoolMode` cannot evaluate

It would be really good to be able to databind to the absolute screenspace position of a node post layout, for instance to be able to draw lines between elements....

https://github.com/fusetools/fuselibs-public/blob/master/Source/Fuse.Scripting/ScriptClass.uno#L472 ScriptClass contains a static dict mapping types to members, this doesnt get cleared out when a JS vm is destroyed or app exits. This feels like it should be...

Priority: Low

Was investigating why my system block was so huge so i ran a utility that looks for bigger files Found this: Those are all temp copies of a video I...

Seen on AppVeyor once. ``` FAILED: Fuse.Scripting.JavaScript.Test.Fuse.Reactive.Test.VariousTest.Issue2458 Assertion failed in 'Issue2458', at C:\projects\fuselibs-public\Source\Fuse.Scripting.JavaScript\Tests\Various.Test.uno:435 Expected: [0.0000000, 1.0000000, 0.0000000, 1.0000000] But got : [0.0000000, 0.0000000, 0.0000000, 0.0000000] ```

Severity: Bug