This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Listview: add support for enhanced option#7162
Closed
frequent wants to merge 1 commit intojquery-archive:masterfrom
Closed
Listview: add support for enhanced option#7162frequent wants to merge 1 commit intojquery-archive:masterfrom
frequent wants to merge 1 commit intojquery-archive:masterfrom
Conversation
Contributor
Author
|
@uGoMobi: |
Contributor
|
Yeah, we should add those. @gabrielschulhof is now working on pre-rendered tests for table. |
Contributor
|
@gabrielschulhof can you look at this and pull this into your classes changes for listview |
There was a problem hiding this comment.
The enhanced option cannot play a role in refresh(), because then subsequent calls to refresh() won't update the list. The correct way to handle the enhanced option is for _create() to not call refresh() if enhanced is true.
There was a problem hiding this comment.
I guess we could do
if ( create && o.enhanced ) {
return;
}
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Jan 25, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Jan 31, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Feb 14, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Feb 18, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Apr 23, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
May 2, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Jul 9, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Jul 9, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Jul 14, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Jul 15, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Jul 16, 2015
Contributor
|
This was combined with @gabrielschulhof PR closing |
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Aug 4, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Aug 13, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery-mobile
that referenced
this pull request
Aug 28, 2015
arschmitz
pushed a commit
to arschmitz/jquery-mobile
that referenced
this pull request
Jul 4, 2016
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes: gh-7161