Git Product home page Git Product logo

Comments (2)

Swotfabs avatar Swotfabs commented on August 17, 2024

So I noticed that if you mouse-over a button, it tells you how many more times it can be used.

I have two issues with this:
First off, it is somewhat unintuitive as there is a delay until the mouse-over text shows up.
Second, this will not work well on Android and mobile devices.
Mouse-over things and mobile devices are always a pain.

from javaplayland.

angrave avatar angrave commented on August 17, 2024

On 11/15/13 11:59 AM, Fabian Junge wrote:

So I noticed that if you mouse-over a button, it tells you how many more times it can be used.

I have two issues with this:
First off, it is somewhat unintuitive as there is a delay until the mouse-over text shows up.
Second, this will not work well on Android and mobile devices.
Mouse-over things and mobile devices are always a pain.
Background.
Agreed about the pain. But here's why it was changed-
It was changed because of insufficient space in the later levels; and
(the more important) button code was hard to read.
Also I was trying to reduce the amount of information presented;
for many problems the constraint is not necessary; so all of the values
become distracting.
-also for many of the later levels it's just one card.

I think the graphical interface could visually indicate "0" "1" ">1"
(i.e. a stack of cards or not); and the mouse over can show how many.
If you really want a numberthen it should be inobtrusive (e.g. light
gray) ; and in a different code/position/font compared to the actual code.
i.e. it must not distract from reading the button codes.

Don't care too much about mobile devices for now.

Also.. don't forget accessibility.

Best,
Lawrence.


Reply to this email directly or view it on GitHub:
#52 (comment)

from javaplayland.

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.