mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Fixed Unresponsive Select Step Box (#927)
* The cursor changes to pointer when hovered over select element * Cursor to pointer changes added to demo.css * adding csrtoptr class directly to dist file * small bug in ui fixed through bootstrap * small bug in ui fixed through bootstrap * Fixed unresponsive bug in ui with bootstrap * all changes have been deleted regarding the cursor bug. only unresponsive bug has been solved
This commit is contained in:
committed by
Jeffrey Warren
parent
b0a00a71d3
commit
9be102e1dd
6
dist/image-sequencer-ui.js
vendored
6
dist/image-sequencer-ui.js
vendored
@@ -806,12 +806,16 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
|||||||
<p>Crop</p>\
|
<p>Crop</p>\
|
||||||
</div>\
|
</div>\
|
||||||
</div>\
|
</div>\
|
||||||
<div class="center-align">\
|
<div class="row center-align">\
|
||||||
|
<div class="col-md-8">\
|
||||||
<select class="form-control input-lg" id="selectStep">\
|
<select class="form-control input-lg" id="selectStep">\
|
||||||
<!-- The default null selection has been appended manually in demo.js\
|
<!-- The default null selection has been appended manually in demo.js\
|
||||||
This is because the options in select are overritten when options are appended.-->\
|
This is because the options in select are overritten when options are appended.-->\
|
||||||
</select>\
|
</select>\
|
||||||
|
<div>\
|
||||||
|
<div class="col-md-4">\
|
||||||
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button>\
|
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button>\
|
||||||
|
<div>\
|
||||||
</div>\
|
</div>\
|
||||||
</div>\
|
</div>\
|
||||||
</div>\
|
</div>\
|
||||||
|
|||||||
@@ -130,12 +130,16 @@
|
|||||||
<p>Crop</p>
|
<p>Crop</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="center-align">
|
<div class="row center-align">
|
||||||
|
<div class="col-md-8">
|
||||||
|
|
||||||
<select id="selectStep" >
|
<select id="selectStep" >
|
||||||
<!-- The default null selection has been appended manually in demo.js
|
<!-- The default null selection has been appended manually in demo.js
|
||||||
This is because the options in select are overritten when options are appended.-->
|
This is because the options in select are overritten when options are appended.-->
|
||||||
</select>
|
</select>
|
||||||
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button>
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row center-align">
|
<div class="row center-align">
|
||||||
<button id="resetButton" class="btn btn-default btn-lg" style=" margin: 20px 35px 0px 35px; width:100%;">Clear All Steps</button>
|
<button id="resetButton" class="btn btn-default btn-lg" style=" margin: 20px 35px 0px 35px; width:100%;">Clear All Steps</button>
|
||||||
|
|||||||
@@ -47,12 +47,16 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
|||||||
<p>Crop</p>\
|
<p>Crop</p>\
|
||||||
</div>\
|
</div>\
|
||||||
</div>\
|
</div>\
|
||||||
<div class="center-align">\
|
<div class="row center-align">\
|
||||||
|
<div class="col-md-8">\
|
||||||
<select class="form-control input-lg" id="selectStep">\
|
<select class="form-control input-lg" id="selectStep">\
|
||||||
<!-- The default null selection has been appended manually in demo.js\
|
<!-- The default null selection has been appended manually in demo.js\
|
||||||
This is because the options in select are overritten when options are appended.-->\
|
This is because the options in select are overritten when options are appended.-->\
|
||||||
</select>\
|
</select>\
|
||||||
|
<div>\
|
||||||
|
<div class="col-md-4">\
|
||||||
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button>\
|
<button class="btn btn-success btn-lg" name="add" id="add-step-btn">Add Step</button>\
|
||||||
|
<div>\
|
||||||
</div>\
|
</div>\
|
||||||
</div>\
|
</div>\
|
||||||
</div>\
|
</div>\
|
||||||
|
|||||||
3310
package-lock.json
generated
3310
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user