This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Description:
Quick Docs jumps to the top when resizing document window. This also happens with the inline color editor when using the new Kuler feature. See Edge Code bug https://git.corp.adobe.com/edge/edge-code/issues/266
Repro using Brackets Sprint 29 on Win 7 & Mac 10.8.
Repro steps:
- Open a css file and invoke Quick Docs (Cmd+K) on some code that has a lot of text in Quick Docs. Here is a good example from main.css from Getting Started files:
body {
-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
- Scroll down to the bottom of the content in the Quick Docs box.
- Make the Brackets window wider or narrower.
Actual results:
Quick Docs content jumps to top when resizing document window.
Expected results:
Quick Docs content stays on the content section you were on when resizing document window.
Workaround:
Scroll back to the content section you were looking at.