Closed
Bug 665014
Opened 14 years ago
Closed 13 years ago
Selecting text in the GCLI output area is broken
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Unassigned)
Details
The selection end seems to be fixed to the bottom of the page.
Reporter | ||
Comment 1•14 years ago
|
||
Marked as blocking GCLI-HELP because it's really annoying, but I've not checked if this affects the FF integration.
Blocks: GCLI-HELP
Reporter | ||
Comment 2•14 years ago
|
||
Workaround found:
// Commenting this out is a quick workaround for bug 653140 but it probably
// breaks the popup mechanism, however for now selection is more important
// that popup.
// this.element.addEventListener('mousedown', this.preventBlur, true);
See changeset c80dc66
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•