This repository was archived by the owner on Oct 8, 2021. It is now read-only.
'collapsedIcon' option in collapsible widget is not working correctly.#6708
Closed
allsteady wants to merge 1 commit intojquery-archive:masterfrom
Closed
'collapsedIcon' option in collapsible widget is not working correctly.#6708allsteady wants to merge 1 commit intojquery-archive:masterfrom
allsteady wants to merge 1 commit intojquery-archive:masterfrom
Conversation
|
I've transferred this commit to #7081. |
gabrielschulhof
pushed a commit
that referenced
this pull request
Feb 7, 2014
gabrielschulhof
pushed a commit
that referenced
this pull request
Feb 7, 2014
gabrielschulhof
pushed a commit
that referenced
this pull request
Feb 23, 2014
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.
Hi all.
I found a matter in collapsible widget.
An abnormal operation is happened when the value of “collapsedIcon” was changed to "false" in the runtime.
If you visit here and then click ‘2-1’, you would see the malfunction.
URL : http://hyunsook.github.io/jqm-debug/latest/collapsible-collapsedIcon_false_origin.html
This PR contain the modified code about the problem.
If you visit here, you would see the normal operation.
URL : http://hyunsook.github.io/jqm-debug/latest/collapsible-collapsedIcon_false_after.html
If there are any problems or mistakes on that PR, please let me know.
Thanks in advance.