This repository was archived by the owner on Nov 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Adding partial support for internal scrolling #539
Open
danielstro
wants to merge
28
commits into
master
Choose a base branch
from
danielstr/popup-scroll/372
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e13eed4
added test for scrolling
danielstro 09439bd
initial solution
danielstro df07b22
Merge branch 'master' of github.com:wix/stylable-components into dani…
danielstro 0612661
renamed callback
danielstro c78a9e1
initial collision solution
danielstro c9e8347
removed changes from popup demo
danielstro 1f4902c
removed clientHeight
danielstro c08fc0a
fixed some imports
danielstro d4efd18
changed scrolling values in tests
danielstro 7f8ea23
changed overflow to auto for safari
danielstro 8b6b389
added webkit overflow touch for mobile
danielstro bf5b67e
fixed lint error
danielstro 1fc90d2
fixed wrong style name in tests
danielstro d332285
found the problem?
danielstro ca210c2
added missing semicolon
danielstro 1a0d940
changed tests values to better reflect test
danielstro 834c0d6
some small changes and dealing with points
danielstro daf326c
merge master
danielstro 1173b3e
some small fixes
danielstro c1bc778
removed point and document if from scroll event
danielstro 67587b8
some small PR changes
danielstro 3e194e5
removed debugger
danielstro dba5ea0
PR fixes
danielstro 22c9a01
added some more tests for out of bounds
danielstro bd24fe1
Merge branch 'master' of github.com:wix/stylable-components into dani…
danielstro d579598
added check that popup is in the correct position for out of bounds test
danielstro ea50567
changed portal to use a callback
danielstro 932f642
fixed imports
danielstro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
please have tests for this function
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.
Added tests