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

        Philip Breau made changes -
        Fix Version/s 1.3.1 [ 11376 ]
        Fix Version/s 1.4 Beta [ 10874 ]
        Philip Breau made changes -
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        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
        Hide
        Philip Breau added a comment -

        Revision: 38551
        Author: philip.breau
        Date: October-08-13 1:12:27 PM
        Message:
        MOBI-463
        splitPane left and right panes use the same style classes making it hard to style the panes differently


        Modified : /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/SplitPaneCoreRenderer.java

        Show
        Philip Breau added a comment - Revision: 38551 Author: philip.breau Date: October-08-13 1:12:27 PM Message: MOBI-463 splitPane left and right panes use the same style classes making it hard to style the panes differently Modified : /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
        Philip Breau made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 1.4 Beta [ 10874 ]
        Resolution Fixed [ 1 ]
        Hide
        Philip Breau added a comment -

        Added simple 'left' and 'right' classes. Cleaned up useless code.

        Revision: 38536
        Author: philip.breau
        Date: October-07-13 2:31:45 PM
        Message:
        MOBI-463
        splitPane left and right panes use the same style classes making it hard to style the panes differently


        Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/splitpane/SplitPaneRenderer.java
        Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/layout/FragmentTag.java

        Show
        Philip Breau added a comment - Added simple 'left' and 'right' classes. Cleaned up useless code. Revision: 38536 Author: philip.breau Date: October-07-13 2:31:45 PM Message: MOBI-463 splitPane left and right panes use the same style classes making it hard to style the panes differently Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/splitpane/SplitPaneRenderer.java Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/layout/FragmentTag.java
        Philip Breau made changes -
        Assignee Judy Guglielmin [ judy.guglielmin ] Philip Breau [ philip.breau ]
        Steve Maryka made changes -
        Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
        Migration made changes -
        Field Original Value New Value
        Reporter Migration [ remote ] User Philip.breau [ philip.breau ]
        Migration created issue -

          People

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

            Dates

            • Created:
              Updated:
              Resolved: