Bjarte Skogøy

Results 8 comments of Bjarte Skogøy

Is there a wrapper class doing something similar I can look at? Not sure I now what exactly it means to create a wrapper, https://github.com/cefsharp/CefSharp/blob/master/CefSharp.Core/Internals/CefDragDataWrapper.h#L170.

I tried to fix this. I changed isMonolithic to also get the region as an argument and adding a check after var isBreakInsideAvoid = this.is +++ ``` //Should only avoid...

No that won't work properly. The region may already be partly filled up with other content. Have to check if there's a parent up to the region with a smaller...

Second thought. I think the first approach is correct. If the element alone is to large for a region then it is allowed to break it.

The spec says that the break-inside for regions should be treated just like break-inside for pages: http://www.w3.org/TR/css-regions-1/#region-flow-break ("The behavior of region breaks with regards to regions is identical to the...

Ok. How would I go about to do this in a second pass?

I assume you mean "extractOverflowingContent"? Does this mean to edit the "layoutContentInNextRegionsWhenReady" function?