Open
Bug 1046861
Opened 9 years ago
Updated 1 year ago
Long wrapping lines in devtools console cause autocomplete popup to be misplaced.
Categories
(DevTools :: Console, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: bugs, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [btpp-fix-later])
Attachments
(2 files)
Encountered when trying to create a bookmarklet for a friend. The grey suggest text overlapped my typing, and the suggestion popup was positioned to the far right of my fullscreened browser. When I made a non-fullscreen browser for purpose of screenshotting and testing this, the suggestions were positioned way outside the browser window even. I'll attach a screenshot of this.
Comment 5•8 years ago
|
||
This should be fixed by Bug 983473
Comment 6•8 years ago
|
||
Copying STR from Bug 1101887 1. Open Nightly 2. Resize the browser window so the width takes half of the screen, position the browser window to the left of your screen. 3. Open Tools -> Web Developer -> Web Console 4. Type the following example JS: var xpathResult = document.evaluate( 'body/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div/div', document, null, XPathResult.ANY_TYPE, ); (the xpath selector here may be ridicilous, the point is to have the command line multi lined. Add /div if needed). 5. In the last evaluate() argument, start typing eg. document (so the autocomplete popup shows)
Updated•5 years ago
|
Product: Firefox → DevTools
Comment 7•5 years ago
|
||
The completion text issue seems fixed on Nightly (with CodeMirror Jsterm enabled), but the positioning issue for the autocomplete popup remains.
Updated•5 years ago
|
Summary: Long wrapping lines in devtools console cause autocomplete to overlap text, and suggest to be misplaced. → Long wrapping lines in devtools console cause autocomplete popup to be misplaced.
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•