Skip to content

fix(Grid Scrolling): Overwriting default scrolling for better UX. #5840

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

Closed
wants to merge 13 commits into from
Closed

fix(Grid Scrolling): Overwriting default scrolling for better UX. #5840

wants to merge 13 commits into from

Conversation

mportuga
Copy link
Member

@mportuga mportuga commented Dec 5, 2016

Creating a wrapper service that takes over the default scrolling logic in order to ensure that grid scrolling works consistently in both the browser and devices, as well as slow machines.

#1689, #3719

@mportuga mportuga added this to the 4.0 milestone Dec 5, 2016
alexlukelevy and others added 13 commits December 5, 2016 00:17
Return correct order when only one member has priority.
* Fixes #3832

* chore(less): Propose fix for #4658

Added icon definitions into icons.less and removed fontello from build process

#4658
Add mousedown listener to ui.grid.edit.directive:uiGridEditor to disable
blur handler if the element is a checkbox, and then re-focus the
checkbox and enable the blur handler after a $timeout. This change is to
deal with Safari and Firefox behavior in macOS where clicking the
checkbox causes a blur event, and the value is not updated.

GitHub issues: #1785, #4778, #4782
* Option to adjust where the exporter showed up in the menu

I added a new option exporterMenuItemOrder for the gridOptions so that I could adjust where the menu items were showing up in the grid

* adding option to adjust grid menu item order

adding to the tests to make sure when set to default number and when set to non default number the option still works
Making as many of the code review changes as possible, renaming some variables and adding

documentation.
Minor refactoring and moving constants to a more appropiate location.
Creating a new function to calculate the x and y moves in the move function.
Replacing instances of window and document with  and . Also, added annotations and

updated constants name.
@mportuga mportuga closed this Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants