hharnisc / meteor-accounts-admin-ui-bootstrap-3

A roles based account management system using bootstrap 3 for Meteor
MIT License
56 stars 55 forks source link

packages crashes between bootstrap-3 and accounts-ui-bootstrap-3 #14

Closed nicejwjin closed 10 years ago

nicejwjin commented 10 years ago

I got a problem with using accounts-ui-bootstrap-3 package When I use it, the login buttons looks weird like bellow, and when I create account and pressed change password button, the input form is disappeared so can't change the password.

It seems that there's some crashes between bootstrap-3 and acocunts packages, but I can't figure it out.

Somebody has a good idea? Thanks in advance-

based version

Meteorite version 0.7.2 Release 0.8.0.1

screen shot

screenshot 2014-04-21 17 01 34

using packages

standard-app-packages iron-router iron-router-progress font-awesome coffeescript accounts-password bootstrap-3 accounts-ui-bootstrap-3

test code

<template name="header">
    <div class="navbar navbar-fixed-top navbar-inverse" role="navigation">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="#">My Bootstrap 3 App</a>
            </div>
            <div class="collapse navbar-collapse">
                <ul class="nav navbar-nav">
                    <li class="active"><a href="#">Home</a></li>
                    <li>{{> loginButtons }}</li>
                </ul>
            </div><!-- /.nav-collapse -->
        </div><!-- /.container -->
    </div>
</template>

ps. I've tested this demo also, but the result was same. https://github.com/hharnisc/meteor-accounts-admin-ui-bootstrap-3-demo

hharnisc commented 10 years ago

I've got the same versions of meteor and meteorite and cloned a clean repo. I was not able to reproduce this issue.

Can you post the contents of your smart.lock file?

hharnisc commented 10 years ago

I was unable to reproduce, if you're still having problems please open another issue.