home · contact · privacy
In /edit_structured views fix lowest-line "v" button not being disabled.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 8 Feb 2026 17:58:30 +0000 (18:58 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 8 Feb 2026 17:58:30 +0000 (18:58 +0100)
src/templates/edit_structured.js
src/tests/full.edit_structured.0
src/tests/full.edit_structured.3
src/tests/full.edit_structured.4

index a32a5a274cdced699bfefc06b187e989f0cf019b..c988c0b7026d60d66428e192ebc0ee021216cad4 100644 (file)
@@ -70,7 +70,7 @@ const
     LEN_EMPTY = 0,
     LEN_INTRO_LINE = 4,
     LEN_LEN_INDENT = 1,
-    LEN_LINE_STEP = 0,
+    LEN_LINE_STEP = 1,
     LEN_STEP_INPUT_LEN_INDENT = 1,
     LEN_TARGET = 37,
     MINIMUM_INPUT_LEN_INDENT = 1,
index 535286a3a2bf70472c3d38eb23508046c507f39d..9ffb0a39dd878489c4ccbd435d9295eb5f89a02c 100644 (file)
@@ -225,7 +225,7 @@ to
     <tr>
         <td colspan="1">
             <button type="button">^</button>
-            <button type="button">v</button>
+            <button type="button" disabled="">v</button>
         </td>
         <td colspan="1">
             <input name="line_5_len_indent" size="1" value="4" type="number" min="1" step="1">
index ba00d207f910967f053598512dc466f2a1c70c30..17c6699524beaebcb1956e060b34c6e535988b09 100644 (file)
@@ -199,7 +199,7 @@ to
     <tr>
         <td colspan="1">
             <button type="button">^</button>
-            <button type="button">v</button>
+            <button type="button" disabled="">v</button>
         </td>
         <td colspan="1">
             <input name="line_4_len_indent" size="1" value="4" type="number" min="1" step="1">
index 6529f528426ea3a7b5c541507651844160be5521..020d4d954243182cdd1fd3bdd3e9a78d9384b92b 100644 (file)
@@ -205,7 +205,7 @@ to
     <tr>
         <td colspan="1">
             <button type="button">^</button>
-            <button type="button">v</button>
+            <button type="button" disabled="">v</button>
         </td>
         <td colspan="1">
             <input name="line_4_len_indent" size="1" value="4" type="number" min="1" step="1">