-
Notifications
You must be signed in to change notification settings - Fork 17
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
Minor improvements. #2
base: master
Are you sure you want to change the base?
Conversation
I'd certainly like to put the JavaScriptLoader into lift-extras. Do you wish a pull request or do you mind just copying it over? I'll review the changes later and pull them in. |
I'll copy the snippet over. I haven't ported to bs3 yet and I'm not sure of a simple way to do them both. A couple of things to keep in mind, if/when you do move to bs 3:
I'll try to get everything updated and released later this week or early next week. Then I can take a look at updating lift-mongo.g8. |
I checked out your changes. I get an exception for "Bootstrap Typeahead Roundtrip Autocomplete" on the Promises tab: [ERROR] net.liftweb.actor.ActorLogger - Actor threw an exception I need to dig in to see what happens though. |
Interesting. Have you found anything yet? I just tried and it seems to work fine on my system. |
no, not yet. It works without the patch, so I try to apply them bit by bit Do you know how to best make these exceptions thrown by the actor visible? Thanks, 2013/11/15 Tim Nelson [email protected]
AGYNAMIX(R). Passionate Software. |
Not sure about the actors. I would say try putting in some try/catches and see if you catch anything. |
The problem occurs when I apply the promises.html changes, moving the I have surrounded the whole handler method findSuggestions_typeahead DO FIND Query: None RE: None [ERROR] net.liftweb.actor.ActorLogger - Actor threw an exception I have no clue why the method doesn't work here... Torsten. 2013/11/15 Tim Nelson [email protected]
AGYNAMIX(R). Passionate Software. |
Just tested on Ubuntu 13.10, the BS Typeahead problem occurs there as well. |
I few minor improvements I made when I was trying to get my wip_liftjs_30 branch working with it.
I like your JavaScriptLoader snippet. Would you be interested in putting that in lift-extras? I'd like to make that the default in my lift-mongo.g8 template.