-
Notifications
You must be signed in to change notification settings - Fork 248
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
Fixes #18 - AJAX Selector and dynamic inlines #67
Conversation
What is the issue ? Do you know how to reproduce it ? Thanks for the fix,
|
ISSUE: The issue is when using tabular inlines with an ajax select when adding REPRO: Click "Add XX" button or anchor in a tabular inline when an ajax select FIX: There is no JS event to watch to call init-autocomplete so the hack is crucialfelix said the following on 01/17/2014 10:18 AM:
Peter J. Farrell
|
works for me. |
Confirmed this fixes the bug, it's not kludgy if it works perfect... please merge!! |
OK, I'm really busy but I'm going to trust you guys on this one and merge I'd love to get unit testing in here so we can easily test and confirm On Thu, Feb 20, 2014 at 10:17 PM, Mark Shust [email protected]:
|
In addition to unit testing, adding some integration testing via Selenium Fyi, the pull request just looks for the CSS selector that are added to the
|
Yeah I've been thinking of setting it up with selenium for a while. It On Thu, Feb 20, 2014 at 10:49 PM, Peter J. Farrell <[email protected]
|
Yep, very useful. Let me know if you need any help with it...
|
Have you set up selenium tests before ? On Thu, Feb 20, 2014 at 10:59 PM, Peter J. Farrell <[email protected]
|
Yes, quite a few at work. Never explored using selenium with windows that
|
The popups are hard I think. If you want to submit even a basic pull On Thu, Feb 20, 2014 at 11:05 PM, Peter J. Farrell <[email protected]
|
I might have time setup Selenium this weekend or next. FYI, it's really crucialfelix said the following on 02/20/2014 04:32 PM:
Peter J. Farrell
|
no stress, only if it interests you and you want to do it. On Thu, Feb 20, 2014 at 11:50 PM, Peter J. Farrell <[email protected]
|
Fixes #18 - AJAX Selector and dynamic inlines
Klugy, but fixes issue with inlines dynamically added by "Add another XXX item" in which the AJAX select is not init'ed.