Closed
Bug 358058
Opened 19 years ago
Closed 19 years ago
JavaScript debugger's text source editor allows tab key presses
Categories
(Rhino Graveyard :: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6R6
People
(Reporter: longstrb, Unassigned)
Details
Attachments
(1 file)
|
684 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705)
Build Identifier:
JavaScript debugger's text source editor allows tab key presses. Source editor is read-only and should not allow any keypress actions. Check and fix for all key press actions.
Reproducible: Always
Steps to Reproduce:
1. Debug a script.
2. Please cursor in source text and press the TAB key.
3. Results in modified source text.
| Reporter | ||
Updated•19 years ago
|
OS: Windows XP → All
Comment 1•19 years ago
|
||
Patch proposed by Bradley in private mail
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
Adding target milestone of 1.6R6 based on the date this bug was resolved FIXED.
Target Milestone: --- → 1.6R6
You need to log in
before you can comment on or make changes to this bug.
Description
•