We couldn't load the project sidebar. Refresh the page to try again. If the problem persists, contact your Jira admin.
Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our
Implementation of New Features Policy.
Setting the height is an ok workaround but the select tag takes a "size" attribute to set the number of rows visible (http://www.w3.org/TR/html401/interact/forms.html#h-17.6). Unless IE doesn't accept this tag I'd prefer that AUI be updated to accept a size parameter in the component that generates the markup.
If the AUI change is too hard to get into Confluence now, there should be at least be an improvement issue created and linked to this one.
David Taylor (Inactive)
added a comment - Setting the height is an ok workaround but the select tag takes a "size" attribute to set the number of rows visible ( http://www.w3.org/TR/html401/interact/forms.html#h-17.6 ). Unless IE doesn't accept this tag I'd prefer that AUI be updated to accept a size parameter in the component that generates the markup.
<fieldset>
#bodytag( "Component" "label= 'label.spaces' " "name= 'spaces' "
"id=spaces" "value=$searchQuery.spaceKey" "theme= 'aui' " "template= 'space-select.vm' " )
#param ( "description" "$i18n.getText( 'select.spaces.hint' )" )
#param ( "multiple" true )
#param ( "cssClass" "multi-select" )
#param ( "tabindex" 3)
#param ( "size" 20)
#end
</fieldset>
If the AUI change is too hard to get into Confluence now, there should be at least be an improvement issue created and linked to this one.
In IE browsers, the "Select Space" box is tiny. It only shows 4 lines at a time, making it hard to use.
Can this be fixed?
Mark Hrynczak (Inactive)
added a comment - This looks great in Firefox.
In IE browsers, the "Select Space" box is tiny. It only shows 4 lines at a time, making it hard to use.
Can this be fixed?
added 3.2 fix-for-version so it shows up in official 3.2 issues list