Christian Schlegel

Results 7 comments of Christian Schlegel

I also faced the behavior using _jakarta.mail 1.6.5_ and _bcmail-jdk18on 1.72_ when I tried to verify a self-created message instantly. Verification of the sent message with Outlook on the other...

Today I experienced the same behavior with PrimeFaces 12. My investigations results in the following working solution: ```java public abstract class LazyAppendingDataModel extends LazyDataModel { @Override public void setWrappedData(Object list)...

Working on a reliable PR I did some more investigation and testet all sensible combinations of `chunkSize`, `mode`, `virtualScroll` and `startAtBottom`. Conculsion: nothing works with some default implementation of `LazyDataModel`....

My workaround is some custom CSS ```css .ui-fluid .ui-chips { width: 100%; } ```

I have created just [another test for DataScroller](https://github.com/irieill/primefaces-test/tree/PF6087) with an implementation of some `LazyScrollableDataModel` that works very well and compares it with the default `LazyDataModel`. With [some additional initialization code](https://github.com/irieill/primefaces-test/blob/33614edc96b229e8624000e132bd092db04ccf04/src/main/java/org/primefaces/test/TestView.java#L80-L84)...

> > > If you want, you could try implementing it and submit a merge request for it. That would be very nice. Thank you.

> > > However, don't we have a semantic issue. Been a while since I read the HAL spec draft but as far as I recall the `curies` are only...