compiler icon indicating copy to clipboard operation
compiler copied to clipboard

Fix in-browser compiler error display

Open janwirth opened this issue 3 years ago • 2 comments

Quick Summary: Fix: Error display breaks on long text - the left and right part of the source code is clipped.

SSCCE

string< = "..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................."

It looks like this and I can only scroll to the right: image

  • Elm: 0.19.1
  • Browser: Version 99.0.4844.51 (Official Build) (arm64)
  • Operating System: OSX 12.0.1 (21A559)

janwirth avatar Mar 16 '22 16:03 janwirth

Thanks for suggesting these code changes. To set expectations:

  • Pull requests are reviewed in batches, so it can take some time to get a response.
  • Smaller pull requests are easier to review. To fix nine typos, nine specific issues will always go faster than one big one. Learn why here.
  • Reviewers may not know as much as you about certain situations, so add links to supporting evidence for important claims, especially regarding standards for CSS, HTTP, URI, etc.

Finally, please be patient with the core team. They are trying their best with limited resources.

github-actions[bot] avatar Mar 16 '22 17:03 github-actions[bot]

Confirmed working in lamdera-next build offered by @supermario

janwirth avatar Mar 17 '22 09:03 janwirth