removed the create event handler from the resizable widget
This commit is contained in:
parent
7fb63d8e94
commit
1983cb8c45
@ -296,10 +296,6 @@ function show_revision_graph (response)
|
|||||||
{
|
{
|
||||||
revision_network = new vis.Network(document.getElementById('code_file_result_revision_graph'), data, options);
|
revision_network = new vis.Network(document.getElementById('code_file_result_revision_graph'), data, options);
|
||||||
$('#code_file_result_revision_graph').resizable({
|
$('#code_file_result_revision_graph').resizable({
|
||||||
create: function (event, ui) {
|
|
||||||
revision_network.setSize (ui.size.width - 10, ui.size.height - 10);
|
|
||||||
revision_network.redraw();
|
|
||||||
},
|
|
||||||
resize: function (event, ui) {
|
resize: function (event, ui) {
|
||||||
revision_network.setSize (ui.size.width - 10, ui.size.height - 10);
|
revision_network.setSize (ui.size.width - 10, ui.size.height - 10);
|
||||||
revision_network.redraw();
|
revision_network.redraw();
|
||||||
|
@ -264,10 +264,6 @@ function show_revision_graph (response)
|
|||||||
{
|
{
|
||||||
revision_network = new vis.Network(document.getElementById('code_folder_result_revision_graph'), data, options);
|
revision_network = new vis.Network(document.getElementById('code_folder_result_revision_graph'), data, options);
|
||||||
$('#code_folder_result_revision_graph').resizable({
|
$('#code_folder_result_revision_graph').resizable({
|
||||||
create: function (event, ui) {
|
|
||||||
revision_network.setSize (ui.size.width - 10, ui.size.height - 10);
|
|
||||||
revision_network.redraw();
|
|
||||||
},
|
|
||||||
resize: function (event, ui) {
|
resize: function (event, ui) {
|
||||||
revision_network.setSize (ui.size.width - 10, ui.size.height - 10);
|
revision_network.setSize (ui.size.width - 10, ui.size.height - 10);
|
||||||
revision_network.redraw();
|
revision_network.redraw();
|
||||||
|
10
codepot/src/css/jquery-ui.css
vendored
10
codepot/src/css/jquery-ui.css
vendored
@ -145,7 +145,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|||||||
width: 200px; /*must have*/
|
width: 200px; /*must have*/
|
||||||
height: 200px; /*must have*/
|
height: 200px; /*must have*/
|
||||||
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
|
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
|
||||||
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
.ui-dialog .ui-dialog-titlebar { padding: .2em 0.5em; position: relative; }
|
||||||
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
||||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||||
@ -204,14 +204,14 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
|
|||||||
/* need to fix icons sprite */
|
/* need to fix icons sprite */
|
||||||
background-position:-65px -16px;
|
background-position:-65px -16px;
|
||||||
}
|
}
|
||||||
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
.ui-tabs { position: relative; padding: .1em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||||
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
.ui-tabs .ui-tabs-nav { margin: 0; padding: .1em .1em 0; }
|
||||||
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
|
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
|
||||||
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
.ui-tabs .ui-tabs-nav li a { float: left; padding: .4em .3em; text-decoration: none; }
|
||||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
|
||||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
|
||||||
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
||||||
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0.5em 0.5em; background: none; }
|
||||||
.ui-tooltip {
|
.ui-tooltip {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user