Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-13060

Certain multiple select list not having size parameter being specified, causing usability problem to certain browsers (e.g. Opera)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 3.10.1
    • 3.10
    • None
    • Opera Internet browser version 9.21

    Description

      When creating a new customfield, the issue type multiselect list which contains more that one value is shrink into a single row. In addcontext.jsp, I found that the size param is not passed.

      <ui:select label="text('admin.menu.issuesettings.issue.types')" name="'issuetypes'" template="selectmultiple.jsp"
                 list="/allIssueTypes" listKey="'id'" listValue="'nameTranslation'">
          <ui:param name="'headerrow'"><webwork:text name="'admin.schemecontext.anyissuetype'"/></ui:param>
          <ui:param name="'headervalue'">-1</ui:param>
          <ui:param name="'optionIcon'">iconUrl</ui:param>
          <ui:param name="'optionTitle'">descTranslation</ui:param>
          <ui:param name="'description'"><webwork:text name="'admin.schemecontext.applyforall'"/></ui:param>
      </ui:select>
      

      Adding this line <ui:param name="'size'">any number</ui:param> should fix the problem.

      Attachments

        Activity

          People

            lxia Lily Xia [Atlassian]
            lean.zhenyueh Zhen Yueh, Lean [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 0.5h
                0.5h
                Remaining:
                Remaining Estimate - 0.5h
                0.5h
                Logged:
                Time Spent - Not Specified
                Not Specified