• 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.

          Form Name

            [CONFSERVER-18630] Improve UI of "Rss Feed Builder"

            added 3.2 fix-for-version so it shows up in official 3.2 issues list

            Per Fragemann [Atlassian] added a comment - added 3.2 fix-for-version so it shows up in official 3.2 issues list

            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.

            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.

            BenA added a comment -

            Set width and height for the select box.

            BenA added a comment - Set width and height for the select box.

            BenA added a comment -

            Gah, I think our new computers should come with IE7 only.

            Don't say such hurtful things

            BenA added a comment - Gah, I think our new computers should come with IE7 only. Don't say such hurtful things

            Gah, I think our new computers should come with IE7 only. Ben, over to you

            Per Fragemann [Atlassian] added a comment - Gah, I think our new computers should come with IE7 only . Ben, over to you

            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?

            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?

            Reviewed - see comments in Crucible for some clean-up tasks.

            David Taylor (Inactive) added a comment - Reviewed - see comments in Crucible for some clean-up tasks.

              bbuchanan BenA
              akazatchkov Anatoli
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: