Make WordPress Core

Opened 16 years ago

Closed 12 years ago

#7555 closed enhancement (fixed)

can't submit multiple tags with 'tab-space' action

Reported by: qoolos's profile Qoolos Owned by:
Milestone: 3.5 Priority: normal
Severity: normal Version: 2.6.1
Component: Accessibility Keywords: needs-patch
Focuses: Cc:

Description

When adding a single tag to a page or post, you can submit that tag by pressing Tab - Space. The Tab will tab the cursor to the submit button, and Space will submit the single tag.

But, when you add multiple tags at once, comma seperated as supposed, you cannot tab-space to submit all tags at once, WHEN THERE ARE NO TAGS ON THAT POST ALREADY.

When there ARE tags on this posts already, the tab-space action works as supposed. So when there are no tags, submitting multiple tags at once cannot be done with tab-space. It's a small lack of feature, not even a serious bug but still, a bit annoying.

Change History (10)

#1 @ryan
16 years ago

  • Milestone changed from 2.7 to 2.8

Moving enhancements to 2.8.

#2 @FFEMTcJ
16 years ago

  • Keywords needs-patch added
  • Milestone changed from 2.8 to Future Release

#3 @Denis-de-Bernardy
16 years ago

  • Component changed from Administration to JavaScript
  • Keywords tab-space tag submit edit removed
  • Owner changed from anonymous to azaozz

still current?

#4 @azaozz
16 years ago

  • Component changed from JavaScript to Accessibility
  • Owner azaozz deleted
  • Severity changed from minor to normal

This has nothing to do with js. We will have to reassign the tabindex attribute (or perhaps remove it) for most elements.

#5 @Denis-de-Bernardy
16 years ago

  • Milestone changed from Future Release to 2.9

#6 @janeforshort
15 years ago

Forgive my ignorance, but is there a reason you would need to hit Space instead of Enter/Return to submit?

#7 @Denis-de-Bernardy
15 years ago

@Jane: I can probably answer than for him. On Macs, you use Space a lot to submit. You occasionally get two options -- one linked to enter, the other one to space. It quickly becomes a habit to hit the Space key instead of the Enter key.

#8 @ryan
15 years ago

  • Milestone changed from 2.9 to Future Release

#9 @sabreuse
12 years ago

Since [21311] removed most of the tabindexes in the admin, I'm now able to add multiple tags with both tab-space or tab-enter actions.

#10 @sabreuse
12 years ago

  • Milestone changed from Future Release to 3.5
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.