GithubHelp home page GithubHelp logo

Comments (14)

felixhageloh avatar felixhageloh commented on August 14, 2024

I somewhat surprised because the widget layer shouldn't be clickable at all (check Issue #16 for a discussion on that). You can only interact with widgets while the debug console is open. So can you elaborate on that: Are widgets clickable for you - for example can you select text inside a widget?

from uebersicht.

felixhageloh avatar felixhageloh commented on August 14, 2024

It was brought to my attention that there are apps that let you hide the desktop, in which case Übersicht becomes clickable. Are you using something like that?

from uebersicht.

beschoenen avatar beschoenen commented on August 14, 2024

what do you mean by hide the desktop? i have my icons disabled but nothing else that i can think of at the moment
screen shot 2014-08-20 at 16 41 29

from uebersicht.

felixhageloh avatar felixhageloh commented on August 14, 2024

how did you hide/disable them?

from uebersicht.

beschoenen avatar beschoenen commented on August 14, 2024

via terminal command:
defaults write com.apple.finder CreateDesktop false

from uebersicht.

felixhageloh avatar felixhageloh commented on August 14, 2024

Alright, thanks! So this is a special case I hadn't anticipated. Widgets are not meant to be clickable - currently this is achieved because they sit behind the desktop icon layer, which I learned now, is not failsafe. Something to look into - thanks for reporting!

from uebersicht.

beschoenen avatar beschoenen commented on August 14, 2024

i use the css styles:
user-select:none;
cursor:default;
to disable click events at the moment.

from uebersicht.

felixhageloh avatar felixhageloh commented on August 14, 2024

makes sense! If you have some time, could you elaborate why you don't want them to be clickable? I am only asking because I have some people that really want them to be clickable, so it would be interesting to hear the other side of the story.

from uebersicht.

beschoenen avatar beschoenen commented on August 14, 2024

I want my widgets to be part of the desktop like a "dynamic wallpaper". Most widgets i would use don't need to be interacted with. You could of course make it so that they are not clickable on a per widget basis.

from uebersicht.

felixhageloh avatar felixhageloh commented on August 14, 2024

alright, thanks!

from uebersicht.

ttscoff avatar ttscoff commented on August 14, 2024

I would love to be able to respond to hover/clicks selectively. I don't want to lose access to the desktop layer, though, so I'm not sure how that would work.

from uebersicht.

felixhageloh avatar felixhageloh commented on August 14, 2024

is this solved with the newest release (0.3)?

from uebersicht.

beschoenen avatar beschoenen commented on August 14, 2024

Tested with this cpu widget

i changed the render method

Before:
Before
After
After
I am still able to click them.

from uebersicht.

lhkbob avatar lhkbob commented on August 14, 2024

I'm using the latest release and have the desktop disabled with the same Terminal command and it's still clickable. The css workaround posted (or using pointer-events: none) isn't sufficient because the right-click context menu still appears. In addition (and more annoying for me) is that touch pad scroll events within the desktop's rectangle, whether or not the desktop is active, are received and cause the widget content to rubber band (or whatever the bouncing scroll behavior in OS X is called).

This scrolling issue could also affect normal desktop mode and interaction since hitting command and then scrolling would bounce the widget around. It would be great if scrolling is completely disabled for the content if a scroll bar is not in place.

from uebersicht.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.