mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
824e05c337
commit
f378e34789
@ -29,7 +29,7 @@ common.testWidget( "resizable", {
|
|||||||
minWidth: 10,
|
minWidth: 10,
|
||||||
zIndex: 90,
|
zIndex: 90,
|
||||||
|
|
||||||
// callbacks
|
// Callbacks
|
||||||
create: null,
|
create: null,
|
||||||
resize: null,
|
resize: null,
|
||||||
start: null,
|
start: null,
|
||||||
|
@ -203,7 +203,7 @@ test( "resize (containment) works with parent with negative offset", function()
|
|||||||
fixedContainer = absoluteContainer.wrap( "<div />" ).parent(),
|
fixedContainer = absoluteContainer.wrap( "<div />" ).parent(),
|
||||||
increaseWidthBy = 50;
|
increaseWidthBy = 50;
|
||||||
|
|
||||||
// position fixed container in window top left
|
// Position fixed container in window top left
|
||||||
fixedContainer.css({
|
fixedContainer.css({
|
||||||
width: 400,
|
width: 400,
|
||||||
height: 100,
|
height: 100,
|
||||||
@ -212,7 +212,7 @@ test( "resize (containment) works with parent with negative offset", function()
|
|||||||
left: 0
|
left: 0
|
||||||
});
|
});
|
||||||
|
|
||||||
// position absolute container within fixed on slightly outside window
|
// Position absolute container within fixed on slightly outside window
|
||||||
absoluteContainer.css({
|
absoluteContainer.css({
|
||||||
width: 400,
|
width: 400,
|
||||||
height: 100,
|
height: 100,
|
||||||
@ -221,7 +221,7 @@ test( "resize (containment) works with parent with negative offset", function()
|
|||||||
left: -50
|
left: -50
|
||||||
});
|
});
|
||||||
|
|
||||||
// set up resizable to be contained within absolute container
|
// Set up resizable to be contained within absolute container
|
||||||
target.resizable({
|
target.resizable({
|
||||||
handles: "all",
|
handles: "all",
|
||||||
containment: "parent"
|
containment: "parent"
|
||||||
|
@ -126,7 +126,7 @@ test("aspectRatio: 'preserve' (ne)", function() {
|
|||||||
test( "aspectRatio: Resizing can move objects", function() {
|
test( "aspectRatio: Resizing can move objects", function() {
|
||||||
expect( 7 );
|
expect( 7 );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
|
// Http://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
|
||||||
var handleW = ".ui-resizable-w",
|
var handleW = ".ui-resizable-w",
|
||||||
handleNW = ".ui-resizable-nw",
|
handleNW = ".ui-resizable-nw",
|
||||||
target = $( "#resizable1" ).resizable({
|
target = $( "#resizable1" ).resizable({
|
||||||
@ -143,7 +143,7 @@ test( "aspectRatio: Resizing can move objects", function() {
|
|||||||
equal( target.height(), 100, "compare height - no size change" );
|
equal( target.height(), 100, "compare height - no size change" );
|
||||||
equal( target.position().left, 75, "compare left - no movement" );
|
equal( target.position().left, 75, "compare left - no movement" );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
|
// Http://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
|
||||||
$( "#container" ).css({ width: 200, height: 300, position: "absolute", left: 100, top: 100 });
|
$( "#container" ).css({ width: 200, height: 300, position: "absolute", left: 100, top: 100 });
|
||||||
$( "#resizable1" ).css({ width: 100, height: 100, left: 0, top: 0 });
|
$( "#resizable1" ).css({ width: 100, height: 100, left: 0, top: 0 });
|
||||||
|
|
||||||
@ -173,7 +173,7 @@ test( "containment", function() {
|
|||||||
test( "containment - not immediate parent", function() {
|
test( "containment - not immediate parent", function() {
|
||||||
expect( 4 );
|
expect( 4 );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
|
// Http://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
|
||||||
// when containment element is not the immediate parent
|
// when containment element is not the immediate parent
|
||||||
var element = $( "#child" ).resizable({
|
var element = $( "#child" ).resizable({
|
||||||
containment: "#container2",
|
containment: "#container2",
|
||||||
@ -205,7 +205,7 @@ test( "containment - not immediate parent", function() {
|
|||||||
test( "containment - immediate parent", function() {
|
test( "containment - immediate parent", function() {
|
||||||
expect( 4 );
|
expect( 4 );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
|
// Http://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
|
||||||
// when containment element is immediate parent
|
// when containment element is immediate parent
|
||||||
var element = $( "#child" ).resizable({
|
var element = $( "#child" ).resizable({
|
||||||
containment: "parent",
|
containment: "parent",
|
||||||
@ -302,7 +302,7 @@ test( "grid - Resizable: can be moved when grid option is set (#9611)", function
|
|||||||
test( "grid - maintains grid with padding and border when approaching no dimensions", function() {
|
test( "grid - maintains grid with padding and border when approaching no dimensions", function() {
|
||||||
expect( 2 );
|
expect( 2 );
|
||||||
|
|
||||||
// http://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
|
// Http://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
|
||||||
var handle = ".ui-resizable-nw",
|
var handle = ".ui-resizable-nw",
|
||||||
target = $( "#resizable1" ).css({
|
target = $( "#resizable1" ).css({
|
||||||
padding: 5,
|
padding: 5,
|
||||||
|
@ -60,7 +60,7 @@ $.widget("ui.resizable", $.ui.mouse, {
|
|||||||
// See #7960
|
// See #7960
|
||||||
zIndex: 90,
|
zIndex: 90,
|
||||||
|
|
||||||
// callbacks
|
// Callbacks
|
||||||
resize: null,
|
resize: null,
|
||||||
start: null,
|
start: null,
|
||||||
stop: null
|
stop: null
|
||||||
@ -153,7 +153,7 @@ $.widget("ui.resizable", $.ui.mouse, {
|
|||||||
display: "block"
|
display: "block"
|
||||||
}) );
|
}) );
|
||||||
|
|
||||||
// support: IE9
|
// Support: IE9
|
||||||
// avoid IE jump (hard set the margin)
|
// avoid IE jump (hard set the margin)
|
||||||
this.originalElement.css({ margin: this.originalElement.css("margin") });
|
this.originalElement.css({ margin: this.originalElement.css("margin") });
|
||||||
|
|
||||||
@ -796,7 +796,7 @@ $.ui.plugin.add("resizable", "animate", {
|
|||||||
$(pr[0]).css({ width: data.width, height: data.height });
|
$(pr[0]).css({ width: data.width, height: data.height });
|
||||||
}
|
}
|
||||||
|
|
||||||
// propagating resize, and updating values for each animation step
|
// Propagating resize, and updating values for each animation step
|
||||||
that._updateCache(data);
|
that._updateCache(data);
|
||||||
that._propagate("resize", event);
|
that._propagate("resize", event);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user