The Wayback Machine - https://web.archive.org/web/20210819131725/https://github.com/topics/widgets
Skip to content
#

widgets

Here are 781 public repositories matching this topic...

TimUntersberger
TimUntersberger commented Mar 1, 2021

Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is really annoying, because you have to override all of the functions and not just the thing you want to change.

I recently wanted to just change the border_radius of a text_input and I had to write the following code.

impl StyleSheet for Styles {
    fn active(&self) ->
appsmith
ramsaptami
ramsaptami commented Aug 18, 2021

Description

When user selects login details from credentials saved on browser and wants to edit details, cursor does not appear at the location where user clicks for input.

Steps to reproduce the behaviour:

  1. Go to appsmith.com login and select from saved credentials on the browser
  2. Click on either email or password expecting for a cursor to appear to indicate where the changes needs to
lively
PhantomARC
PhantomARC commented Aug 10, 2021

Describe the bug
Window focus isn't captured when loading Godot applications.

To Reproduce
Steps to reproduce the behavior:

  1. Open up Lively Wallpaper
  2. Select a Godot application (which contains mouse tracking)
  3. See that the object in question is not reacting/moving to cursor.

Expected behavior
I expected the mouse position to update (as well as the window to come into

Improve this page

Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."

Learn more