forked from Jemt/Fit.UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TreeView - Fixed ContextMenu positioning when opened using keyboard. WSTreeView - Fixed loading indicator which got stuck when requesting children for multiple nodes simultaneously. Browser - Fixed StorageSupported function which did not properly cache the result of the first call - result written to wrong internal property. - Renamed StorageSupported function to IsStorageSupported Dom - Added Replace(oldElement, newElement) function - Fixed CreateElement function which did not include text nodes - e.g.: CreateElement(“<i>Hello</i> world”); The " world” portion would have been excluded. - Fixed GetPosition function which returned float values when requesting position relative to viewport.
- Loading branch information
Showing
4 changed files
with
63 additions
and
46 deletions.
There are no files selected for viewing
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
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
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
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