Fossil SCM

Resolved a slight layout mis-shift of the main input field introduced by the previous checkin.

stephan 2022-06-07 22:34 pikchrshow-wasm
Commit 5b84e810c1e88e862dfdb5788f2eb2589bc61a1a0058361fe9d4aa4425916611
--- src/fossil.page.pikchrshowasm.js
+++ src/fossil.page.pikchrshowasm.js
@@ -419,13 +419,12 @@
419419
420420
421421
////////////////////////////////////////////////////////////
422422
// Set up selection list of predefined scripts...
423423
if(true){
424
- const selectScript = PS.e.selectScript = D.select(),
425
- cbWrap = D.addClass(D.span(),'labeled-input');
426
- D.append(PS.e.zoneInputButtons, D.append(cbWrap, selectScript));
424
+ const selectScript = PS.e.selectScript = D.select();
425
+ D.append(PS.e.zoneInputButtons, selectScript);
427426
PS.predefinedPiks.forEach(function(script,ndx){
428427
const opt = D.option(script.code ? script.code.trim() :'', script.name);
429428
D.append(selectScript, opt);
430429
if(!ndx) selectScript.selectedIndex = 0 /*timing/ordering workaround*/;
431430
if(ndx && !script.code){
432431
--- src/fossil.page.pikchrshowasm.js
+++ src/fossil.page.pikchrshowasm.js
@@ -419,13 +419,12 @@
419
420
421 ////////////////////////////////////////////////////////////
422 // Set up selection list of predefined scripts...
423 if(true){
424 const selectScript = PS.e.selectScript = D.select(),
425 cbWrap = D.addClass(D.span(),'labeled-input');
426 D.append(PS.e.zoneInputButtons, D.append(cbWrap, selectScript));
427 PS.predefinedPiks.forEach(function(script,ndx){
428 const opt = D.option(script.code ? script.code.trim() :'', script.name);
429 D.append(selectScript, opt);
430 if(!ndx) selectScript.selectedIndex = 0 /*timing/ordering workaround*/;
431 if(ndx && !script.code){
432
--- src/fossil.page.pikchrshowasm.js
+++ src/fossil.page.pikchrshowasm.js
@@ -419,13 +419,12 @@
419
420
421 ////////////////////////////////////////////////////////////
422 // Set up selection list of predefined scripts...
423 if(true){
424 const selectScript = PS.e.selectScript = D.select();
425 D.append(PS.e.zoneInputButtons, selectScript);
 
426 PS.predefinedPiks.forEach(function(script,ndx){
427 const opt = D.option(script.code ? script.code.trim() :'', script.name);
428 D.append(selectScript, opt);
429 if(!ndx) selectScript.selectedIndex = 0 /*timing/ordering workaround*/;
430 if(ndx && !script.code){
431

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button