Re: [Wicket-user] Tree scrolling

2006-09-22 Thread Matej Knopp
I believe in 1.2.2 it does. In svn it should be fixed. It's actually not Tree/TreeTable bug, but it's a browser quirk (IE I believe) -Matej Steve Knight wrote: > Matej, > > Does the TreeTable component in 1.2.2 suffer from the same image issue > as the Tree component? I might just switch to t

Re: [Wicket-user] Tree scrolling

2006-09-22 Thread Steve Knight
Matej,Does the TreeTable component in 1.2.2 suffer from the same image issue as the Tree component?  I might just switch to the TreeTable.SteveOn 9/21/06, Matej Knopp <[EMAIL PROTECTED]> wrote:Scrolling shouldn't be a problem. Well. In 1.2.2 there was a problem with internet explorer in standa

Re: [Wicket-user] Tree scrolling

2006-09-22 Thread Matej Knopp
Yes, but consider that you want to have border (non-scrolling) around your tree. So you'll have to put overflow:auto to a element outside tree (the one with border and width set). -Matej Marc-Andre Houle wrote: > By default, from what I have seen in tree.css, it is already set to > overflow:au

Re: [Wicket-user] Tree scrolling

2006-09-21 Thread Marc-Andre Houle
By default, from what I have seen in tree.css, it is already set to overflow:auto.  So it is not necessary.MarcOn 9/21/06, Matej Knopp < [EMAIL PROTECTED]> wrote:One more thing. Instead overflow:scroll it would be better to have overflow:auto.-MatejMatej Knopp wrote:> Scrolling shouldn't be a probl

Re: [Wicket-user] Tree scrolling

2006-09-21 Thread Matej Knopp
One more thing. Instead overflow:scroll it would be better to have overflow:auto. -Matej Matej Knopp wrote: > Scrolling shouldn't be a problem. > > > > > > > Well. In 1.2.2 there was a problem with internet explorer in standard > compliance mode, images were staying even if tree scrol

Re: [Wicket-user] Tree scrolling

2006-09-21 Thread Matej Knopp
Scrolling shouldn't be a problem. Well. In 1.2.2 there was a problem with internet explorer in standard compliance mode, images were staying even if tree scrolled. In current svn this is fixed. Can you please try current 1.x from svn? -Matej Steve Knight wrote: > Ok, I just noticed th

Re: [Wicket-user] Tree scrolling

2006-09-21 Thread Steve Knight
Ok, I just noticed that the tree component has built-in scrolling, but the problem remains valid.  The images don't scroll...at least not in IE.  In Firefox, the scrollbars don't even show up. On 9/21/06, Steve Knight <[EMAIL PROTECTED]> wrote: I am using the new tree component that was backported

[Wicket-user] Tree scrolling

2006-09-21 Thread Steve Knight
I am using the new tree component that was backported to 1.2, but I am having trouble putting the tree into a scrollable div.  I would like to restrict the tree to a certain height on screen, and when the tree gets larger it should show vertical scrollbars.  This sort of works.  The text scrolls fi