RE: Re: ClassCastException in list-block code

2006-06-26 Thread Pascal Sancho
-Original Message- From: Arturo Perez [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 4:47 PM Perez wrote: Using trunk revision 412972 from June 9th (0.92beta) I get a ClassCastException in the ListBlockLayoutManager.java line 286. I made a patch for my local copy

Re: ClassCastException in list-block code

2006-06-26 Thread Jeremias Maerki
Looks like one of our smaller consistency problems. The ListBlockLayoutManager cannot deal with inline-level FOs as its parent. We'll have to fix that. In the meantime, wrap your list-block in a block and you should be fine. On 26.06.2006 10:01:02 Pascal Sancho wrote: -Original Message-

Re: ClassCastException in list-block code

2006-06-26 Thread Arturo Perez
Jeremias Maerki wrote: Looks like one of our smaller consistency problems. The ListBlockLayoutManager cannot deal with inline-level FOs as its parent. We'll have to fix that. In the meantime, wrap your list-block in a block and you should be fine. Hi Arturo, After reading your fo file, I've

ClassCastException in list-block code

2006-06-22 Thread Perez
Hi all, Using trunk revision 412972 from June 9th (0.92beta) I get a ClassCastException in the ListBlockLayoutManager.java line 286. I made a patch for my local copy to avoid the crash but now the list items don't come out. Any possibility of a real patch/fix? Tia, This function public