Ajax interactivity improvements#917
Open
markusstoll wants to merge 15 commits into
Open
Conversation
Contributor
Author
|
About the Travis CI failure… this does not look like a problem with my code, odes it? |
Contributor
No, that looks like a travis issue. We may have to switch to a more recent JDK. I'll try to have a closer look later today. |
Contributor
|
Hi Markus, sorry for taking so long. Could you rebase your branch on the current master and then force a push? I did that and got travis to successfully build on my fork. |
…e (e.g. triggered from an AjaxObserveField)
…wser has a bug that does stall on these leading w.s.
…ckly after an input and it seems that the 'onChange' event does not work reliable in combination with 'onKeyUp'. Therefore, use 'onBlur'!
…sponse-loop when using 'AjaxUpdateLink' elements.
d92ef2e to
ba2e1f7
Compare
Contributor
Author
|
sorry, did not work out |
Member
|
Just returned from a string of summer vacations and have been putting off checking this out. Finally back at the desk and looking forward to taking a look :). Thanks for all the work Markus! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is my promised pull request with the multiple update feature that I presented during WODay 2019 on April 11th in Frankfurt.
Basically I enable Ajax actions to have more than one updateContainerId as target (a comma separated string with multiple IDs or an NSArray of ids) where all referred containers will be updated in one single response.
I added an instructive example in AjaxExample app.
I understand that it will be hard to review the stuff as it goes deep into the Ajax framework. Maybe we should ask some others to take a look on it. I know @hugith would like to use it, maybe he can take a deeper look, too.
regards, Markus