ICEmobile
  1. ICEmobile
  2. MOBI-463

splitPane left and right panes use the same style classes making it hard to style the panes differently

    Details

    • Type: Improvement Improvement
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.2 Beta
    • Fix Version/s: 1.3.1
    • Component/s: Faces, Spring
    • Labels:
      None
    • Environment:
      n/a

      Description


      The splitPane renders 'mobi-splitpane-scrollable' for each pane. The rendering of the splitPane is:

      div
      --- span lib js
      --- div class="mobi-splitpane-scrollable" --> left
      --- div class="mobi-splitpane-scrollable" --> right
      --- span js

      It's not possible to use first-child or last-child selectors to get around to lack of css class support, so the renderer should render an extra class like so:

      div class="mobi-splitpane mobi-scrollable"
      --- span js
      --- div class="mobi-splitpane-left"
      --- div class="mobi-splitpane-right"
      --- span js

        Activity

          People

          • Assignee:
            Philip Breau
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: