Skip to content
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

update fork from original #1

Open
wants to merge 355 commits into
base: master
Choose a base branch
from
Open

update fork from original #1

wants to merge 355 commits into from

Conversation

Viqsi
Copy link
Owner

@Viqsi Viqsi commented May 27, 2014

No description provided.

@deitch deitch force-pushed the master branch 2 times, most recently from e339825 to 53002c6 Compare November 20, 2015 10:12
deitch and others added 28 commits November 21, 2015 22:19
Update jstreegrid.js version and date
set_id causes duplicate cells
…mn number and new width in resize_column event. Recommended by @adamjimenez
2nd attempt
Use jsTree assets from cdnjs
deitch and others added 30 commits November 6, 2017 15:17
Get cell list to hide before detaching grid
Fix order of tree for detach/attach
Added "main" field to package.json to prevent webpack build crashes.
Previously when _detachColumns() removed the DOM element that currently had the focus (i.e. the document.activeElement), then the focus fell to the <body> of the current document and was left there, preventing keyboard events from being fired. To fix this, I now save the current activeElement and restore it in _reattachColumns().
Restore focus after _detachColumns() + _reattachColumns()
Add probot for closing issues
Add a title attribute to the header cell
first column uses width:100% for the node text, overflowing the outer div. On IE11 opening subnodes an clicking on a other line forces IE11 to move the outer div far to the right, hiding the left side of the tree.

Reason: IE overflow:hidden only removes UI controls but does not disable moving the content.

Fix: https://stackoverflow.com/questions/21975342/ie-overflow-hidden
avoid JS error during search when cell data is null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.