Opened 7 years ago
Closed 6 years ago
#14094 closed bug (fixed)
Spinner uses incorrect markup for buttons
Reported by: | arschmitz☃ | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.spinner | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Spinner currently uses both an icon and a unicode char for the icon and hides one. It also is not an actual button icon and is instead placed within the text span of the button.
Spinner buttons should just be plain icon only buttons.
I will fix this as part of the Button PR since this changes button markup and options. Spinner should also use aria-hidden
on the buttons ref https://github.com/jquery/jquery-mobile/issues/6467
Note: See
TracTickets for help on using
tickets.
This was fixed with the button re-write which is in the beta / rc closing