James Lindsay

Results 32 comments of James Lindsay

Other things necessary for good keyboard navigation: - [x] #198 Popups (such as the modal example) should lock focus to within them so you can't tab outside until they are...

> The textbox can remain focused but not in an edit state This is not what html does - if you click on a non-focusable widget then it focuses the...

> What about when the user presses the enter key after editing the textbox? The textbox is no longer editable (until the user clicks on it again) but should it...

> Upon further thought, maybe this can be fixed without that much effort and it would probably be a quality of life improvement for users who run into this. Do...

Do we also want to show the artboards in the properties panel so users can see which layers are in each artboard? ![screenshot-4](https://user-images.githubusercontent.com/78500760/164210484-fc2f97a6-07de-4792-a87b-fcad2085be1e.png) (Screenshot from [Akira](https://github.com/akiraux/Akira))

## Terminology (feel free to edit this message @TrueDoctor and @Keavon if I've misunderstood anything ) - **Node:** A function that can be used in a node graph. - **Port:**...

> There should be a button that can be used to convert the selected shape layer(s) into layers which have a stroke converted into a filled shape @Keavon Can you...

The main complexity with this is handling when multiple documents are in the screen at once. Currently we rely on `active_document()` to distribute messages in the backend and have one...

@bjorn3 It sounds like a browser bug and I can't seem to replicate this. Does the following code also cause the issue? ```html Hello world ```