The "Delegation" group added to the "Edit vocabulary" page offers the ability to choose the role(s) you want to delegate permissions to. The instructions below this indicated that: "You may choose more than one by using the CTRL key."

While this is correct for Windows and Linux systems, it does not hold true for Apple OS X, which instead uses the "Command" or "Apple" key for this functionality.

I don't have a good generalized wording that would replace it, but I thought it might be worth considering.

I realize this is almost an insignificant issue, but I had some Mac users that were confused by it.

Comments

nancydru’s picture

You're right. I'm not a Mac fan, so I don't think about these things. If some one can tell me how to word it, I'll be happy to change it.

Or perhaps a better solution would be to switch to checkboxes.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Fixed

Okay, I just changed it to check boxes, so we no longer need instructions. This change is in the -dev versions that will roll up at midnight GMT. Please let me know how it looks.

BTW, the check boxes may be styled horizontally, if you wish.

.taxonomy-delegate-checkboxes {
  position: relative;
}

.taxonomy-delegate-checkboxes .option {
  position: relative;
  float: left;
  margin-right: 2em;
}
Matthew Kivett’s picture

Good thinking switching the widget to check boxes.

I tested out with the -dev version and it looks good to me.

Thanks for the module; I can think of a lot of uses this could be quite handy for.

nancydru’s picture

Good, glad that did it. I like checkboxes or radios better than a select list anyway. I'm gradually moving all my modules that way. And I usually include CSS to make them all fit on one line.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.