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

          Nils Lundquist created issue -
          Nils Lundquist made changes -
          Field Original Value New Value
          Assignee Ken Fyten [ ken.fyten ]
          Fix Version/s 3.4 [ 10770 ]
          Ken Fyten made changes -
          Fix Version/s 4.0 [ 11382 ]
          Fix Version/s 4.0.BETA [ 10770 ]
          Ken Fyten made changes -
          Link This issue depends on ICE-10079 [ ICE-10079 ]
          Ken Fyten made changes -
          Assignee Ken Fyten [ ken.fyten ] Arturo Zambrano [ artzambrano ]
          Ken Fyten made changes -
          Issue Type Bug [ 1 ] Improvement [ 4 ]
          Priority Major [ 3 ] Trivial [ 5 ]
          Assignee Priority P3 [ 10012 ]
          Arturo Zambrano made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]

            People

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

              Dates

              • Created:
                Updated:
                Resolved: