-
Notifications
You must be signed in to change notification settings - Fork 51
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
Bootstrap 3 glyphicon icons #19
base: master
Are you sure you want to change the base?
Conversation
can you elaborate as to why this needs to be changed? i'm hesitant to diverge from the x-editable code unless needed. it looks like x-editable still uses the older icon classes. https://github.com/vitalets/x-editable/blob/1.5.1/dist/inputs-ext/wysihtml5/bootstrap-wysihtml5-0.0.2/bootstrap-wysihtml5-0.0.2.js |
Yes, they do and it is bootstrap-3 incompatible. |
ok - understood - but shouldnt this be a pull request to x-editable then? - i dont want to diverge from the original/source plugin if at all possible |
They don't support Bootstrap 3 yet, while your package says:
I was confused about where is that Bootstrap 3 support. I guess that until they are fully Bootstrap 3 - compatible, it's ok to diverge a little and then go back once they made necessary changes. |
weird thing is that it says BS3 all over the front page - On Mon, Jun 16, 2014 at 12:09 PM, Daniel Speichert <[email protected]
|
They also have Boostrap 3 support on the roadmap: https://github.com/vitalets/x-editable/wiki/Roadmap Since the class names are different, it's not possible to support both versions of Bootstrap at the same time. |
from looking at their grunt file, it sure looks like they have bs3 specific On Mon, Jun 16, 2014 at 12:52 PM, Daniel Speichert <[email protected]
|
It looks like the issue is already there: vitalets/x-editable#606 |
No description provided.