Just a thought ... to improve the usability of long options, I added "title" and "css" (Beautytips) ... end users said thanks.

$boxhtml .= "<option class=\"beautytips\" title=\"". $name ."\" value=\"". $value ."\">". $name ."</option>\n";

In:

function _multiselect_html_for_unselected_box_options($unselected_options) {
  $boxhtml = '';
  foreach ($unselected_options as $value => $name) {
    $boxhtml .= "<option class=\"beautytips\" title=\"". $name ."\" value=\"". $value ."\">". $name ."</option>\n";
  }
  return $boxhtml;
}

Thanks for this great module!

CommentFileSizeAuthor
options-tooltip.png38.8 KBsoulfroys

Comments

mparker17’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

multiselect-6.x-1.x is no longer supported, because Drupal 6 is no longer supported.

Can you confirm if this would still be needed in multiselect-2.0.0-beta4?

I'm going to mark this issue as "Postponed (maintainer needs more info)"... but when you answer, please change it back to "Active". If there is no reply in ~6 months, then I will mark this issue as "Closed (outdated)". Thank you in advance for your understanding and patience as I try to keep this module's issue queue clear.