Re: [Wicket-user] Matej's Tree Overflow problems

2006-09-15 Thread Matej Knopp
In SVN there is update of css. The text no longer disappears when it's 
too wide. It's just clipped.

-Matej

Matej Knopp wrote:
> This is a known problem. Unfortunately, the tree column can't 
> automatically adjust the width according to the content. It's a 
> limitation of css and there's not much I can do about it.
> 
> I couldn't use  for treetable, as there are issues in IE and 
> opera when replacing table rows. Plus in FF it broke layout a bit. With 
> tables it could be (in theory) possible to have the column grow if the 
> text is too big, but there are other issues that prevented me from using 
> tables.
> 
> I could attempt to make the text in tree column not disappear (so that 
> it would be just cut), but I'm not sure it would work. We have to 
> support all major browser and each one has its quirks.
> 
> -Matej
> 
> Karl M. Davis wrote:
>> To clarify: preferably the tree would be set to add scroll bars if any 
>> of the rows overflow the width.
>>
>> 
>> *From:* [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] *On Behalf Of *Karl 
>> M. Davis
>> *Sent:* Saturday, September 09, 2006 2:32 AM
>> *To:* wicket-user@lists.sourceforge.net
>> *Subject:* [Wicket-user] Matej's Tree Overflow problems
>>
>> Hey there,
>>  
>> I'm having a problem with Matej's tree.  The way it's set up, if any of 
>> the rows' text is too wide for the 20em space allocated to the tree, the 
>> row "disappears".  I can make the tree wider, but this becomes a problem 
>> for arbitrarily-large trees.
>> I'm hoping this is something I can fix by just overriding the default 
>> tree's stylesheet but so far I've been unable to do that.  Can anyone 
>> provide some guidance?
>>  
>> Thanks,
>> Karl
>>
>>
>> 
>>
>> -
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>
>>
>> 
>>
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Matej's Tree Overflow problems

2006-09-10 Thread Matej Knopp
This is a known problem. Unfortunately, the tree column can't 
automatically adjust the width according to the content. It's a 
limitation of css and there's not much I can do about it.

I couldn't use  for treetable, as there are issues in IE and 
opera when replacing table rows. Plus in FF it broke layout a bit. With 
tables it could be (in theory) possible to have the column grow if the 
text is too big, but there are other issues that prevented me from using 
tables.

I could attempt to make the text in tree column not disappear (so that 
it would be just cut), but I'm not sure it would work. We have to 
support all major browser and each one has its quirks.

-Matej

Karl M. Davis wrote:
> To clarify: preferably the tree would be set to add scroll bars if any 
> of the rows overflow the width.
> 
> 
> *From:* [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] *On Behalf Of *Karl 
> M. Davis
> *Sent:* Saturday, September 09, 2006 2:32 AM
> *To:* wicket-user@lists.sourceforge.net
> *Subject:* [Wicket-user] Matej's Tree Overflow problems
> 
> Hey there,
>  
> I'm having a problem with Matej's tree.  The way it's set up, if any of 
> the rows' text is too wide for the 20em space allocated to the tree, the 
> row "disappears".  I can make the tree wider, but this becomes a problem 
> for arbitrarily-large trees.
> I'm hoping this is something I can fix by just overriding the default 
> tree's stylesheet but so far I've been unable to do that.  Can anyone 
> provide some guidance?
>  
> Thanks,
> Karl
> 
> 
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> 
> 
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Matej's Tree Overflow problems

2006-09-09 Thread Karl M. Davis



To clarify: preferably the tree would be set to add scroll 
bars if any of the rows overflow the width.


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Karl M. 
DavisSent: Saturday, September 09, 2006 2:32 AMTo: 
wicket-user@lists.sourceforge.netSubject: [Wicket-user] Matej's Tree 
Overflow problems

Hey 
there,
 
I'm having a problem 
with Matej's tree.  The way it's set up, if any of the rows' text is too 
wide for the 20em space allocated to the tree, the row "disappears".  I can 
make the tree wider, but this becomes a problem for arbitrarily-large 
trees.
I'm hoping this is 
something I can fix by just overriding the default tree's stylesheet but so far 
I've been unable to do that.  Can anyone provide some 
guidance?
 
Thanks,
Karl
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user