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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38551 Tue Oct 08 10:12:27 MDT 2013 philip.breau MOBI-463
        splitPane left and right panes use the same style classes making it hard to style the panes differently
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/SplitPaneCoreRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38536 Mon Oct 07 11:31:45 MDT 2013 philip.breau MOBI-463
        splitPane left and right panes use the same style classes making it hard to style the panes differently
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/splitpane/SplitPaneRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/layout/FragmentTag.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: