solid-ui icon indicating copy to clipboard operation
solid-ui copied to clipboard

User Interface widgets and utilities for Solid

Results 136 solid-ui issues
Sort by recently updated
recently updated
newest added

To reproduce - Make a new form or edit an old one - In the dropdown menu for the Property of a field, select "*New" option Error displayed on screen:...

bug

I'm working on the acl module and realized that `acl:originClass` (which is used throughout the module) is not defined in [the Web Access Control spec](https://github.com/solid/web-access-control-spec), and not in [the vocabulary](http://www.w3.org/ns/auth/acl#)....

WiP issue for https://github.com/solid/solid-ui/tree/notepad-examples.

WiP issue for https://github.com/solid/solid-ui/tree/notepad-tests. Coverage of src/pad.js is now at 7.87%, should try to increase that significantly before the end of this sprint.

There is a handy view which is used, for example, in the Mac OS X finder (and OmniOutliner.app in the Pro version), which combines a table view of several columns...

enhancement

I'm currently working on the log module, which exposes a set of methods that mostly do one of three things, depending on the environment: 1. if the environment has the...

enhancement

(I've spoken to @timbl about this earlier, and we think this is a good idea, but not written it down here, so thought I would create an issue to open...

enhancement

Consider the following code: ```js const container = document.getElementById('div-optionsFieldDependingOn') const already = {} const subject = UI.rdf.namedNode('http://example.com/#this') const exampleOptionsField = UI.rdf.namedNode('http://example.com/#exampleOptionsField') const store = UI.rdf.namedNode('http://example.com/#store') const callbackFunction = (ok, errorMessage)...

bug

Just came across a [reference to `dom.outlineManager`](https://github.com/solid/solid-ui/blob/master/src/widgets/forms.js#L67) in the form generator - I thought the outlineManager was the part of solid-panes, that manages which pane is shown, so it's unclear...