Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

-fx-background-position with negative values bug ?

925593Oct 6 2012 — edited Oct 6 2012
Hi,

I've reported an issue that seems to be a bug with negative -fx-backgound-position values in CSS : the background image is painted out of bound of the target node.

Here is the CSS code:
/* useradd icon style: with negative offset */
.icon-useradd {
    -fx-background-position: -90px 0px;
} 
I've created a new JIRA issue with attached screenshot :

http://javafx-jira.kenai.com/browse/RT-25522

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 3 2012
Added on Oct 6 2012
0 comments
137 views