Bug 94056
Summary: | Web Inspector: Render error messages and warnings in CodeMirrorTextEditor | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jan Keromnes <janx> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 99319 | ||
Bug Blocks: |
Jan Keromnes
Currently, DefaultTextEditor pushes the text down when displaying an error/warning message bubble, so as to make space for the message without hiding the related context code.
We should add the same behaviour to CodeMirrorTextEditor, or aim for a different design, e.g. like the Eclipse gutter markers that display errors and warnings when you hover over them.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |