Search and Top Navigation
#14094 closed bug (fixed)
Opened August 14, 2015 12:15PM UTC
Closed March 23, 2016 12:09PM UTC
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
Attachments (0)
Change History (1)
Changed March 23, 2016 12:09PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
This was fixed with the button re-write which is in the beta / rc closing