b119 layout issues
Scott Palmer
swpalmer at gmail.com
Wed Dec 11 12:44:34 PST 2013
This appears to be a significant regression in JavaFX 8. I have created
https://javafx-jira.kenai.com/browse/RT-34849 with a test case.
Scott
On Wed, Dec 11, 2013 at 10:58 AM, Scott Palmer <swpalmer at gmail.com> wrote:
> I'm seeing very significant layout issues in b119.
> Content is rendering outside of it's parent container when it shouldn't
> be. The parent should be re-sizing to accomodate the content, but it isn't,
> or it is resizing based on an old size of the child content.
>
> Borders are not painting properly when a component resizes. Sometimes the
> border remains at the old, larger, size while the background and content is
> painted at the newer smaller size.
>
> I have a feeling it is going to take some effort to make a reproducible
> test case. Are there known layout issues with b119?
>
>
> Scott
>
More information about the openjfx-dev
mailing list