Replies: 1 comment
-
Here is some results from tinkering with it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at the errorBar.jsx component right now and have a couple thoughts rolling around in my head about it. I'll try to favor conciseness and keep it brief:
For reference, this is the errorBar I'm talking about, which occurs when their unmatched html tags:
A. Why does the existence of errors prevent the display of the brew in the preview pane when on
/edit/
page, but still shows the brew when on/share/
? I'm currently of the opinion that the/edit/
page should also continue to display the brew (or at the very least, the two views should do the same thing).B. Possibly we can highlight the codemirror line with the presumed error, with a red background or something, in addition to showing the line number in the errorBar. Maybe even hyperlink/scroll-to the lines.
C. These seem like errors that are originating in the Editor, not the BrewRenderer-- should these error notifications be displayed in the editor pane?
Beta Was this translation helpful? Give feedback.
All reactions