This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Gh1994 keyboard navigation of open empty folder in tree should work as expected #2000
Merged
interactivellama
merged 19 commits into
ExactTarget:master
from
cmcculloh-kr:GH1994---keyboard-navigation-of-open-empty-folder-in-tree
Jun 28, 2017
Merged
Gh1994 keyboard navigation of open empty folder in tree should work as expected #2000
interactivellama
merged 19 commits into
ExactTarget:master
from
cmcculloh-kr:GH1994---keyboard-navigation-of-open-empty-folder-in-tree
Jun 28, 2017
Conversation
This file contains 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
…tree trigger. Clarifies some functionality in findChildData by encapsulating in variable
… arrow functionality on tree
This doesn't seem to fix the empty tree node problem. Go to |
…avigation-of-open-empty-folder-in-tree
…keyboard-navigation-of-open-empty-folder-in-tree
…ee' of github.com:cormacmccarthy/fuelux into GH1994---keyboard-navigation-of-open-empty-folder-in-tree
index.html
Outdated
@@ -59,14 +59,14 @@ | |||
<div class="thin-box"> | |||
<section id="checkboxes-toggling"> | |||
<div class="checkbox"> | |||
<label class="checkbox-custom" data-initialize="checkbox" id="myCustomTogglingCheckbox1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are being added back in.
empty branch tree stuff is good. I was in the wrong branch, when I was testing before 😈 . Please clean up changes from other branches. Please add links to |
cmcculloh-kr
deleted the
GH1994---keyboard-navigation-of-open-empty-folder-in-tree
branch
July 12, 2017 17:59
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 #1994
blocked by #1996 #1998Makes tree function as expected when navigating over open empty branches. Adds unit tests.