Bug 94056 - Web Inspector: Render error messages and warnings in CodeMirrorTextEditor
Summary: Web Inspector: Render error messages and warnings in CodeMirrorTextEditor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 99319
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-14 18:30 PDT by Jan Keromnes
Modified: 2012-11-08 07:46 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Keromnes 2012-08-14 18:30:23 PDT
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.