Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Form <select> arrow does not display #438

Closed
quook opened this issue Feb 5, 2015 · 3 comments
Closed

Form <select> arrow does not display #438

quook opened this issue Feb 5, 2015 · 3 comments
Milestone

Comments

@quook
Copy link

quook commented Feb 5, 2015

Firefox (v30.0.1) doesn't support hex values for the style="fill: [color]" attribute on SVG images. Changing the fill to rgb() or moving the color definition into a style fixes the problem e.g.:

background-image: url("data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg\" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill:rgb(50,50,50)">");

@gakimball
Copy link
Contributor

As of Firefox 35 this doesn't appear to be an issue anymore. Since Firefox auto-updates, this shouldn't be a huge problem.

@quook
Copy link
Author

quook commented Feb 9, 2015

Sorry—the defect report contained a typo. This does occur in Firefox 35.0.1 (latest version) on OS X Mavericks and OS X Yosemite.

On Feb 6, 2015, at 8:16 PM, Geoff Kimball notifications@github.com wrote:

Closed #438 #438.


Reply to this email directly or view it on GitHub #438 (comment).

@gakimball gakimball reopened this Feb 9, 2015
@gakimball gakimball added this to the 1.0.3 milestone Feb 9, 2015
@gakimball
Copy link
Contributor

Alright, fixed it by converting the hex value to an RGB one on the fly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants