[CLOSED] [1.0] Wont the Container have vertical scrollbars with its Layout being set to RowLayout

  1. #1

    [CLOSED] [1.0] Wont the Container have vertical scrollbars with its Layout being set to RowLayout

    I had a 0.8 code with a Panel with its Layout as RowLayout. It had 3 LayoutRow's whose total height exceeded the parent panel's height. And the vertical scrollbar was automatically attached.

    After converting the above code to 1.0, I could not in any way get the vertical scrollbar for the parent. The overlown content was simple clipped. With no way out, I dumped RowLayout &amp; resorted to <table>,<tr>, and <td> tags which worked.
  2. #2

    RE: [CLOSED] [1.0] Wont the Container have vertical scrollbars with its Layout being set to RowLayout

    Hi,

    I think in this case the correct layout is ContainerLayout. The RowLayout cannot exceed parent height
  3. #3

    RE: [CLOSED] [1.0] Wont the Container have vertical scrollbars with its Layout being set to RowLayout

    Again a breaking change that should be documented. In 0.8, the RowLayout could exceed the parent height.
  4. #4

    RE: [CLOSED] [1.0] Wont the Container have vertical scrollbars with its Layout being set to RowLayout

    r_honey (12/29/2009)Again a breaking change that should be documented. In 0.8, the RowLayout could exceed the parent height.
    This could be a discussion about what should be considered a "Bug Fix" or a "Breaking Change".


    I did a little research and it appears this might have been related to changes done within the ExtJS Layout manager. Maybe prior to ExtJS 3.x this was a hidden defect which has now been fixed.


    Geoffrey McGill
    Founder
  5. #5

    RE: [CLOSED] [1.0] Wont the Container have vertical scrollbars with its Layout being set to RowLayout

    I agree. As I said in the other thread, thee might well be Bug Fixes or Enhancements in the ExtJs 3.1 version.

Similar Threads

  1. [CLOSED] [RAZOR] Vertical scrollbars not appearing
    By gets_gui in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 02, 2012, 11:36 AM
  2. [CLOSED] layout issue when using RowLayout within column layout
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 11, 2012, 2:40 PM
  3. Container layout problem
    By norphos in forum 1.x Help
    Replies: 1
    Last Post: May 25, 2011, 9:54 AM
  4. [CLOSED] [1.0] Window with fit layout does not show scrollbars
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 06, 2010, 11:22 AM
  5. [CLOSED] GridPanel vertical scrollbars
    By state in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 14, 2009, 7:07 PM

Posting Permissions