Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #1521 CheckBox not appearing when using the ATFlatSkin. #1522

Closed
wants to merge 1 commit into from

Conversation

simonarbuckle
Copy link
Collaborator

The skin was using a data uri to embed the image data within the background-image of the css for the skin. This was causing problems with IE11 and as a result wasn't loading the sprite for the CheckBox.

@simonarbuckle simonarbuckle force-pushed the atflatskin branch 2 times, most recently from d0aa0c8 to 799973c Compare August 18, 2015 13:54
@divdavem
Copy link
Member

🆗 799973c seems fine for me

The skin was using a data uri to embed the image data within the background-image of the css for the skin.
This was causing problems with IE11 resulting in the failure to load the sprite for the CheckBox.
To be consistent and to ensure the bug isn't reproduced with other svg files, the skin has been changed to use gif files instead.

close ariatemplates#1522
@divdavem divdavem added this to the 1.7.12 milestone Sep 21, 2015
simonarbuckle added a commit that referenced this pull request Oct 13, 2015
The skin was using a data uri to embed the image data within the background-image of the css for the skin.
This was causing problems with IE11 resulting in the failure to load the sprite for the CheckBox.
To be consistent and to ensure the bug isn't reproduced with other svg files, the skin has been changed to use gif files instead.

close #1522

(cherry picked from commit cd730ac)
simonarbuckle added a commit that referenced this pull request Oct 13, 2015
The skin was using a data uri to embed the image data within the background-image of the css for the skin.
This was causing problems with IE11 resulting in the failure to load the sprite for the CheckBox.
To be consistent and to ensure the bug isn't reproduced with other svg files, the skin has been changed to use gif files instead.

close #1522

(cherry picked from commit cd730ac)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants