ICEfaces
  1. ICEfaces
  2. ICE-9463

ace:selectMenu remove rounded corners from edge of list touching selectMenu text field

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Trivial Trivial
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      *
    • Assignee Priority:
      P3

      Description

      Remove the rounded corners from the first item of the selectMenu when opening a list that descends from a menu, or remove the rounded corners from the last item of the selectMenu when opening a list that opens upwards.

      This could be done with a css rule that overrides the rounded corner rules based on some attribute of the ui-selectMenu.

      Ex. (add the following rules and the downwards / upwards indicator)

      .ui-selectmenu.downwards .ui-selectmenu-list > div > div:first-child {
         -webkit-border-top-right-radius: 0;
         -webkit-border-top-left-radius: 0;
         -moz-border-top-right-radius: 0;
         -moz-border-top-left-radius: 0;
         border-top-right-radius: 0;
         border-top-left-radius: 0;
      }

      .ui-selectmenu.upwards .ui-selectmenu-list > div > div:last-child {
         -webkit-border-bottom-right-radius: 0;
         -webkit-border-bottom-left-radius: 0;
         -moz-border-bottom-right-radius: 0;
         -moz-border-bottom-left-radius: 0;
         border-top-bottom-radius: 0;
         border-top-bottom-radius: 0;
      }

        Issue Links

          Activity

          Hide
          Arturo Zambrano added a comment -

          r42032: removed rounded corners from the list edge touching the text field

          Show
          Arturo Zambrano added a comment - r42032: removed rounded corners from the list edge touching the text field
          Hide
          Liana Munroe added a comment -

          Verified Icefaces 4 trunk r42039, Tomcat 7, all browsers.
          Still an issue on ee- maintenance branch r42039.

          Show
          Liana Munroe added a comment - Verified Icefaces 4 trunk r42039, Tomcat 7, all browsers. Still an issue on ee- maintenance branch r42039.

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Nils Lundquist
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: