-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Sash double clicks #4702
Merged
Merged
Sash double clicks #4702
Commits on Apr 14, 2016
-
Support double click on sashes
We had to implement a slight change in the sash drag "hack", by removing the full cover transparent overlay (that was preventing clicks events from being fired) and replacing it by a CSS `cursor` rule on the document.body. The ideal solution for a clean dragging events implementation would be to use the `Element.setCapture` API that is unfortunately not available in Chrome.
Configuration menu - View commit details
-
Copy full SHA for cd0ad5c - Browse repository at this point
Copy the full SHA cd0ad5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 451730a - Browse repository at this point
Copy the full SHA 451730aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78acad8 - Browse repository at this point
Copy the full SHA 78acad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a47a9 - Browse repository at this point
Copy the full SHA c6a47a9View commit details -
Fix a bug with DOM measurement
The calculus was plain wrong as showed in winjs/winjs#1621 This was probably unotified since this utility function wasn't used in the code base.
Configuration menu - View commit details
-
Copy full SHA for 868e988 - Browse repository at this point
Copy the full SHA 868e988View commit details -
Configuration menu - View commit details
-
Copy full SHA for af43674 - Browse repository at this point
Copy the full SHA af43674View commit details
Commits on Apr 15, 2016
-
Abstract
getLargestChildWidth
into a DOM methodThis commit also moves the `getOptimalWidth` method from the `Composite` to the `Viewlet` component. This partially addresses microsoft#4702 (comment)
Configuration menu - View commit details
-
Copy full SHA for b6036c7 - Browse repository at this point
Copy the full SHA b6036c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe45ae - Browse repository at this point
Copy the full SHA bfe45aeView commit details
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.