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

data-clipboard-text attributes are built for FontAwesome #13

Closed
redox opened this issue Dec 16, 2013 · 2 comments
Closed

data-clipboard-text attributes are built for FontAwesome #13

redox opened this issue Dec 16, 2013 · 2 comments

Comments

@redox
Copy link
Contributor

redox commented Dec 16, 2013

The data-clipboard-text attributes from all providers are built with the "fa fa-" prefix. It breaks all copy/paste except the FontAwesome ones. For example, in the GlyphIcon part:

<div class="entry col-lg-1 col-md-2 col-sm-3 col-xs-4" data-clipboard-text="fa fa-random"> <!-- should be "glyphicon glyphicon-" not "fa fa-" -->
  <div class="description">glyphicon glyphicon-random</div>
  <div class="thumb"><i class="glyphicon glyphicon-random"></i></div>
  <div class="name"><em>rand</em>om</div>
  <div class="tags hidden-xs">video player</div><div class="clearfix"></div>
</div>
@redox
Copy link
Contributor Author

redox commented Dec 16, 2013

The other consequence is that the big icon preview doesn't work for most icons that are not provided by FontAwesome.

@thomaspark
Copy link
Owner

Ah, good catch.

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

No branches or pull requests

2 participants