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

Firefox rendering issue: Update pound symbol in the item-inner background css with url encoding #6830

Closed
tmacblane opened this issue Jun 9, 2016 · 1 comment
Assignees
Milestone

Comments

@tmacblane
Copy link

Description
When using Firefox, the item-inner background-image is throwing a 404 error.

Firefox was not able to render the '#' sign in the css; replacing '#' with '%23' appears to resolve the issue.

www/build/css/app.ios.css
line: 6868

button.item:not([detail-none]) .item-inner,
a.item:not([detail-none]) .item-inner,
.item[detail-push] .item-inner {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2020'><path%20d='M2,20l-2-2l8-8L0,2l2-2l10,10L2,20z'%20fill='#c8c7cc'/></svg>");

Expected Behavior
To see the item-inner button background image render when using Firefox

Ionic Version
2.0.0-beta.8

ionic info from cmd prompt:

Cordova CLI: 5.4.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.8
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
OS:
Node Version: v4.4.2

@brandyscarney
Copy link
Member

Thanks for the issue and debugging. This will be fixed in the beta 9 release! 😄

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants