Erinn Comments

This commit is contained in:
Sarah Jamie Lewis 2023-02-17 12:54:23 -08:00
parent c4aa7d9f12
commit 2b6785fc72
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ authors:
image_url: /img/sarah.jpg
---
In this development log, we investigate some text-based UI bugs encountered by fuzzbot, add more [automated UI tests](/blog/cwtch-testing-i) to the pipeline, and announce a new release of the CwtchBot library.
In this development log, we investigate some text-based UI bugs encountered by [Fuzzbot](https://docs.cwtch.im/docs/contribute/testing#running-fuzzbot), add more [automated UI tests](/blog/cwtch-testing-i) to the pipeline, and announce a new release of the Cwtchbot library.
![](/img/devlog7.png)
@ -31,8 +31,8 @@ doesn't pose a safety issue, it is unsightly.
<figcaption>Screenshot demonstrating how certain strings would violate the bounds of their containers.</figcaption>
</figure>
These cases were fixed by parenting impacted elements in a `Container` with `clip: hardEdge` and `decoration:BoxDecoration()` (note that both of these are required as Container widgets in flutter cannot set clipping logic
without an associated decoration)
These cases were fixed by parenting impacted elements in a `Container` with `clip: hardEdge` and `decoration:BoxDecoration()` (note that both of these are required as Container widgets in Flutter cannot set clipping logic
without an associated decoration).
<figure>