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

Cross-browser compatibility issues #13

Closed
ragulka opened this issue Aug 31, 2013 · 5 comments
Closed

Cross-browser compatibility issues #13

ragulka opened this issue Aug 31, 2013 · 5 comments

Comments

@ragulka
Copy link
Member

ragulka commented Aug 31, 2013

There are some issues with Firefox when using Typeahead. Possibly other browsers as well.

@Tomas-M
Copy link

Tomas-M commented Aug 31, 2013

I get following error in FireFox:
TypeError: window.getMatchedCSSRules is not a function.
And theentire tokenfield doesn't work. Probably related to your issue?

@Tomas-M
Copy link

Tomas-M commented Aug 31, 2013

By the way, I am not using typeahead at all.

@Tomas-M
Copy link

Tomas-M commented Aug 31, 2013

If your goal is to copy style of the original input element, while fireFox doesn't support getMatchedCSSRules, maybe this could help: http://stackoverflow.com/questions/4781410/jquery-how-to-get-all-styles-css-defined-within-internal-external-document-w

@Tomas-M
Copy link

Tomas-M commented Aug 31, 2013

Or, maybe this:
https://gist.github.com/ydaniv/3033012
(to add the non-existing function getMatchedCSSRules)

@ragulka
Copy link
Member Author

ragulka commented Sep 2, 2013

I am going to wait with fixing Firefox styling of Typeahead after there is more or less an official solution to it from Typeahead/Bootstrap: twitter/typeahead.js#378

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

2 participants