Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-15584

Large values are cut in advmultiselect fields

    Details

    • Type: Improvement
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: 4.4.9, 4.5.3
    • Fix Version/s: None
    • Component/s: Core CiviCRM
    • Labels:
      None
    • Documentation Required?:
      None

      Description

      In advmultiselect form fields, when their values are larger than the select container, they are not displayed whole.

      As a workaround I applied a patch that adds a title to the option values that allows to view the full value of the field when you hover over the option.

      file: /packages/HTML/QuickForm/advmultiselect.php

      patch: line 785
      . '<option' . ' title="' . $data['text'] . '" ' . $this->_getAttrString($data['attr']) . '>'

      instead of

      . '<option' . $this->_getAttrString($data['attr']) . '>'

        Attachments

        1. advmultiselect.bmp
          188 kB
          Francesc Bassas i Bullich
        2. advmultiselect-title.png
          13 kB
          Francesc Bassas i Bullich

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              francescbassas Francesc Bassas i Bullich
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: