Skip to content
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

Fix #1124: A User is unable to reduce the size of a Resize node after plugging the resize with Y.Plugin.ResizeProxy #8

Closed
wants to merge 179 commits into from

Conversation

pei-jung
Copy link

@pei-jung pei-jung commented Oct 3, 2014

Hi @jonmak08,

This fixes the issue described in yui#1124. Before shimming is added to ddm, the mousemove events are listened by doc and shim. When mouse is on top of the resize proxy, the mouse event can still be caught by doc when shim is covered by the resize proxy. After yui@36a51b7 is pushed in, mousemove can only be caught by shim when useShim is enabled. And since resize proxy has higher z-index than shim, the mousemove can't be caught when we drag the resize handle over proxy.So to fix this, I just give the shim a higher z-index. We can also change the z-index of the resize proxy, but like you said it's probably set for something. It's safer to change the z-index of the shim since the purpose of the shim is to track the mousemove events on the screen.

Let me know if there are any issues. Thanks!

caridy and others added 30 commits January 24, 2014 11:40
…or groups. removing legacy /build segment from the default CDN path
…both *timeout* and *failure* are defined. Fixes yui#1817 [stanleyhlng]
Conflicts:
	bower.json
	build/yui-nodejs/yui-nodejs-min.js
	build/yui/yui-min.js
	package.json
Conflicts:
	bower.json
	build/yui-base/yui-base-coverage.js
	build/yui-core/yui-core-coverage.js
	build/yui-nodejs/yui-nodejs-coverage.js
	build/yui-nodejs/yui-nodejs-min.js
	build/yui/yui-coverage.js
	build/yui/yui-min.js
	package.json
Conflicts:
	build/yui-nodejs/yui-nodejs-min.js
	build/yui/yui-min.js
tripp and others added 28 commits September 25, 2014 13:07
	modified:   bower.json
	modified:   package.json
Conflicts:
	src/handlebars/HISTORY.md
	modified:   ../build/editor-selection/editor-selection-coverage.js
	modified:   ../build/editor-selection/editor-selection-debug.js
	modified:   ../build/editor-selection/editor-selection-min.js
	modified:   ../build/editor-selection/editor-selection.js
Conflicts:
	build/loader-base/loader-base-coverage.js
	build/loader-base/loader-base-min.js
	build/loader-pathogen-encoder/loader-pathogen-encoder-min.js
	build/loader/loader-min.js
	build/yui-nodejs/yui-nodejs-min.js
	build/yui/yui-min.js
Conflicts:
	src/loader/HISTORY.md
	src/yui/HISTORY.md
…fter plugging the resize with Y.Plugin.ResizeProxy
@jonmak08
Copy link
Owner

Merged and sent to @eduardolundgren and @mairatma for final review.

New Pull Request: https://github.com/eduardolundgren/yui3/pull/35

@jonmak08 jonmak08 closed this Oct 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet