Ticket #7475 (closed bug: fixed)
.ui-icon-radio-on and .ui-icon-radio-off reversed
| Reported by: | k_borchers | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.css-framework | Version: | 1.8.13 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The icons for those two classes are backwards. On shows the empty radio button icon and off shows the checked radio button icon.
Change History
comment:2 Changed 2 years ago by kborchers
- Status changed from new to closed
- Resolution set to fixed
CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #7475 - .ui-icon-radio-on and .ui-icon-radio-off reversed
Changeset: c66a7b157b1e36c496272eb00444b4d26136c814
comment:3 Changed 2 years ago by Scott González
Merge pull request #365 from kborchers/bug_7475
CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #7475 - .ui-icon-radio-on and .ui-icon-radio-off reversed
Changeset: 259638df480e9feebdc1660bf234418b0f309553
Note: See
TracTickets for help on using
tickets.


I have submitted the fix for this here https://github.com/jquery/jquery-ui/pull/365