I am dynamically changing height and width values of one or more paneviews in my application's main form's resize event, and notice the border color (set prior via CSSUtils.SetStyleProperty function calls) changes unless I very, very carefully size the form; or reset to my main form's initial/default size. So as an example case, say all the paneviews' border color was set to black - subsequent resizing of the form generally alters the paneview(s) black border color to a medium to dark grey color instead.
I've attempted many workarounds, but all to no avail.
Has this been observed by others, and if so, how can I resolve it? Or it it simply a known Java 8 or B4J bug?
I've attempted many workarounds, but all to no avail.
Has this been observed by others, and if so, how can I resolve it? Or it it simply a known Java 8 or B4J bug?