Was a bug filed for this issue?
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
-
☆ A M B ☆
- 872 Posts
If you use firebug, can you tell us if the #modx-content div has overflow:auto set to it ?
If so, are you rendering your CMP using renderTo:"your_div" or are you using the layout mgr ?
Maybe your not using ExtJS at all for your CMP ?
-
☆ A M B ☆
- 872 Posts
But my mistake, but i agree, it is overcomplicated.
Viewport in Extjs is supposed to be used with ExtJS. So if you’re not, it can work, but it can also cause some unwanted issues...
I suppose that your CMP juste use an echo on the page ?
-
☆ A M B ☆
- 3,141 Posts
-
☆ A M B ☆
- 872 Posts
Can’t agree more.
You content is directly pushed in the modx-content div, or in a children div ?
-
☆ A M B ☆
- 2,475 Posts
My CMP content is returned into the modx-content div, but I have a few wrapper divs around my content, so I’ve been able to apply styling there to make it scroll, but it’s a bit wonky.