We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by jbalsas Friday Oct 12, 2012 at 01:40 GMT Originally opened as adobe/brackets#1820
Fixes a problem that overrides the cursor style when going over several elements while resizing a panel using the Resizer module.
Resizer
Creates an auxiliar div during the resize operation on top of all the elements.
jbalsas included the following code: https://github.com/adobe/brackets/pull/1820/commits
The text was updated successfully, but these errors were encountered:
Comment by redmunds Friday Oct 12, 2012 at 16:19 GMT
Here's how to reproduce issue in master:
Results Cursor switches to col-resize cursor
Expected Cursor should stay row-resize as long as we're in this operation
Sorry, something went wrong.
Nice fix! Looks good. Merging.
No branches or pull requests
Friday Oct 12, 2012 at 01:40 GMT
Originally opened as adobe/brackets#1820
Fixes a problem that overrides the cursor style when going over several elements while resizing a panel using the
Resizer
module.Creates an auxiliar div during the resize operation on top of all the elements.
jbalsas included the following code: https://github.com/adobe/brackets/pull/1820/commits
The text was updated successfully, but these errors were encountered: