Git Product home page Git Product logo

delta-jquery-ui-theme's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

delta-jquery-ui-theme's Issues

Modal button-order autodetect is sub-optimal on Linux

On Linux, your button-order detection uses Windows button ordering.

While there's no reliable way to match Linux button order (It's configurable and the default varies between desktop environments), all data I've been able to find indicates that the majority of Linux users are on desktop environments which default to MacOS button order. (GNOME, Xfce, LXDE, and anything else based on GTK+)

KDE and a newcomer named Razor-Qt are the only ones which default to Windows button order and, since it's controlled by the theme, if the user decides to use a GTK+ theme via QGtkStyle, then it'll obey GTK+'s decision to default to MacOS order too.

Also, there are good, objective reasons that it's better to default to "OK in the corner, the rest to the left" and then make an exception if you detect Windows.

If you really want to be as accurate as possible, use this detection logic:

Is the OS Windows?
    Yes: Put cancel on the right.
    No: Continue to next question.
Is the browser Konqueror, Arora, or rekonq? (QtWebKit-based browsers for Linux)
    Yes: put cancel on the right.
    No: Fall back to putting OK on the right.

Too many !important

having 42 ! important statements in your stylesheets is really bad, and make them hard to customize..

Things

Looking through the demo I noticed a few things. Might be worth creating individual tickets for some:

  • no autocomplete (menu!), accordion and progressbar on the demo page
  • radio button set doesn't show the pressed button
  • datepicker: next/prev month hover styles are odd (pixel shifting), missing hover styles on dates
  • dialog: the close icon looks very out of place, doesn't really fit into the otherwise nice theme

Let me know if you have any questions, also on #jqueryui-dev on Freenode.

Button Styles Override Dialog - jQuery UI 1.10 Issue

With jQuery UI 1.10... the modal close does not show the image and sometimes moves position on-click (preventing ability to click).

After some troubleshooting on the issue... looks like as of jQuery UI 1.10 the dialog "close" is now a <button> with all the button classes (as opposed to <a>). Because the buttons styles in the .css document are well after the the dialog styles, there are a lot of styles being over-ridden.

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.