Fossil SCM
An an explanation of the extra body padding to www/forum.wiki so that we don't later mistake it for a bug.
Commit
5d770fe291cfa9c530db223152eae8a9f51ac33e6fd929fa3e47dc264db78528
Parent
6bcfdf15f713059…
1 file changed
+12
+12
| --- www/forum.wiki | ||
| +++ www/forum.wiki | ||
| @@ -533,5 +533,17 @@ | ||
| 533 | 533 | |
| 534 | 534 | If neither <code>localStorage</code> nor <code>sessionStorage</code> |
| 535 | 535 | are available, it uses a transient storage object which is recreated |
| 536 | 536 | on each page-load, so it cannot store drafts outside of a single |
| 537 | 537 | thread at a time. |
| 538 | + | |
| 539 | + | |
| 540 | +<h2 name="padding">Curious Extra Page Padding</h2> | |
| 541 | + | |
| 542 | +Users may notice that the forum pages get a bunch of padding added to | |
| 543 | +the bottom of the page when an editor widget is opened. This is not a | |
| 544 | +bug, but a workaround to help avoid the UI jumping around when | |
| 545 | +rendering a preview wildly resizes the widget. The effect is | |
| 546 | +especially helpful when working on posts while the bottom footer of | |
| 547 | +the page is in the viewport, as the footer is a hard boundary against | |
| 548 | +scrolling. With the extra padding, the editor widget's top edge shifts | |
| 549 | +around less when the preview is shown and hidden. | |
| 538 | 550 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -533,5 +533,17 @@ | |
| 533 | |
| 534 | If neither <code>localStorage</code> nor <code>sessionStorage</code> |
| 535 | are available, it uses a transient storage object which is recreated |
| 536 | on each page-load, so it cannot store drafts outside of a single |
| 537 | thread at a time. |
| 538 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -533,5 +533,17 @@ | |
| 533 | |
| 534 | If neither <code>localStorage</code> nor <code>sessionStorage</code> |
| 535 | are available, it uses a transient storage object which is recreated |
| 536 | on each page-load, so it cannot store drafts outside of a single |
| 537 | thread at a time. |
| 538 | |
| 539 | |
| 540 | <h2 name="padding">Curious Extra Page Padding</h2> |
| 541 | |
| 542 | Users may notice that the forum pages get a bunch of padding added to |
| 543 | the bottom of the page when an editor widget is opened. This is not a |
| 544 | bug, but a workaround to help avoid the UI jumping around when |
| 545 | rendering a preview wildly resizes the widget. The effect is |
| 546 | especially helpful when working on posts while the bottom footer of |
| 547 | the page is in the viewport, as the footer is a hard boundary against |
| 548 | scrolling. With the extra padding, the editor widget's top edge shifts |
| 549 | around less when the preview is shown and hidden. |
| 550 |